Html Css Color HEX #405279 Astronaut

📋 copy color: '#405279'

red 64 ◦ green 82 ◦ blue 121

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

Shades of Astronaut #405279

Tints of Astronaut #405279

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.71%

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

R = 23.97%
G = 30.71%
B = 45.32%

CMYK

 C value IS 0.47

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#405279 (or 0x405279) is known color: Astronaut. HEX triplet: 40, 52 and 79. RGB value is (64,82,121). Sum of RGB (Red+Green+Blue) = 64+82+121=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 121 (47.66% from 255 or 45.32% from 267); Max value from RGB is 121 - color contains mainly: blue. Hex color #405279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405279 is #BFAD86. Grayscale: #505050. Windows color (decimal): -12561799 or 7950912. OLE color: 7950912.

HSL color Cylindrical-coordinate representation of color #405279: hue angle of 221.05º 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 #405279 is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 82 121 -
CMYK 0.47 0.32 0 0.53
HSL 221.05º 0.31% 0.36% -
HSV(B) 221.05º 0.47% 0.47% -
XYZ 8.58 8.51 19.28 -
YUV 81.06 150.54 115.83 -
System Red Green Blue C M Y K H S L
Decimal 64 82 121 0.47 0.32 0 0.53 221.05 0.31 0.36
Hex 40 52 79 2F 20 0 35 DD 1F 24
Octal 100 122 171 57 40 0 65 335 37 44
Binary 1000000 1010010 1111001 101111 100000 0 110101 11011101 11111 100100

Color Harmonies of #405279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405279

Black with #405279

Text Example


Text Example

White with #405279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405279; }

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

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

background-color css

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

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

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

border-color css

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

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

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