Html Css Color HEX #465479 Astronaut

📋 copy color: '#465479'

red 70 ◦ green 84 ◦ blue 121

#465479
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astronaut #465479

Tints of Astronaut #465479

RGB

 RED value IS 70 (27.73% from 255) = 25.45%

 GREEN value IS 84 (33.2% from 255) = 30.55%

 BLUE value IS 121 (47.66% from 255) = 44%

R = 25.45%
G = 30.55%
B = 44%

CMYK

 C value IS 0.42

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#465479 (or 0x465479) is known color: Astronaut. HEX triplet: 46, 54 and 79. RGB value is (70,84,121). Sum of RGB (Red+Green+Blue) = 70+84+121=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 121 (47.66% from 255 or 44% from 275); Max value from RGB is 121 - color contains mainly: blue. Hex color #465479 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465479 is #B9AB86. Grayscale: #535353. Windows color (decimal): -12168071 or 7951430. OLE color: 7951430.

HSL color Cylindrical-coordinate representation of color #465479: hue angle of 223.53º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #465479 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 84 121 -
CMYK 0.42 0.31 0 0.53
HSL 223.53º 0.27% 0.37% -
HSV(B) 223.53º 0.42% 0.47% -
XYZ 9.15 9.02 19.35 -
YUV 84.03 148.86 117.99 -
System Red Green Blue C M Y K H S L
Decimal 70 84 121 0.42 0.31 0 0.53 223.53 0.27 0.37
Hex 46 54 79 2A 1F 0 35 E0 1B 25
Octal 106 124 171 52 37 0 65 340 33 45
Binary 1000110 1010100 1111001 101010 11111 0 110101 11100000 11011 100101

Color Harmonies of #465479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465479

Black with #465479

Text Example


Text Example

White with #465479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465479; }

 p { color: rgb(70,84,121); }

 H1.HeaderClassName
 {
   color: #465479;
 }
 .AnyTagClassName
 {
   color: #465479;
 }
</style>

background-color css

<style>
 a { background-color: #465479; }

 a { background-color: rgb(70,84,121); }

 div.DivClassName
 {
   background-color: #465479;
 }
 .BgClassName
 {
   background-color: #465479;
 }
</style>

border-color css

<style>
 span { border-color: #465479; }

 span { border-color: rgb(70,84,121); }

 td.TdClassName
 {
   border-color: #465479;
 }
 .TagClassName
 {
   border-color: #465479;
 }
</style>