Html Css Color HEX #405079 Astronaut

📋 copy color: '#405079'

red 64 ◦ green 80 ◦ blue 121

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

Shades of Astronaut #405079

Tints of Astronaut #405079

RGB

 RED value IS 64 (25.39% from 255) = 24.15%

 GREEN value IS 80 (31.64% from 255) = 30.19%

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

R = 24.15%
G = 30.19%
B = 45.66%

CMYK

 C value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#405079 (or 0x405079) is known color: Astronaut. HEX triplet: 40, 50 and 79. RGB value is (64,80,121). Sum of RGB (Red+Green+Blue) = 64+80+121=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 121 (47.66% from 255 or 45.66% from 265); Max value from RGB is 121 - color contains mainly: blue. Hex color #405079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405079 is #BFAF86. Grayscale: #4F4F4F. Windows color (decimal): -12562311 or 7950400. OLE color: 7950400.

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

Color convert

RGB 64 80 121 -
CMYK 0.47 0.34 0 0.53
HSL 223.16º 0.31% 0.36% -
HSV(B) 223.16º 0.47% 0.47% -
XYZ 8.43 8.21 19.23 -
YUV 79.89 151.2 116.67 -
System Red Green Blue C M Y K H S L
Decimal 64 80 121 0.47 0.34 0 0.53 223.16 0.31 0.36
Hex 40 50 79 2F 22 0 35 DF 1F 24
Octal 100 120 171 57 42 0 65 337 37 44
Binary 1000000 1010000 1111001 101111 100010 0 110101 11011111 11111 100100

Color Harmonies of #405079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405079

Black with #405079

Text Example


Text Example

White with #405079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405079; }

 p { color: rgb(64,80,121); }

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

background-color css

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

 a { background-color: rgb(64,80,121); }

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

border-color css

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

 span { border-color: rgb(64,80,121); }

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