Html Css Color HEX #405276 Astronaut

📋 copy color: '#405276'

red 64 ◦ green 82 ◦ blue 118

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

Shades of Astronaut #405276

Tints of Astronaut #405276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 44.7%

R = 24.24%
G = 31.06%
B = 44.7%

CMYK

 C value IS 0.46

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#405276 (or 0x405276) is known color: Astronaut. HEX triplet: 40, 52 and 76. RGB value is (64,82,118). Sum of RGB (Red+Green+Blue) = 64+82+118=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 118 (46.48% from 255 or 44.70% from 264); Max value from RGB is 118 - color contains mainly: blue. Hex color #405276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405276 is #BFAD89. Grayscale: #505050. Windows color (decimal): -12561802 or 7754304. OLE color: 7754304.

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

Color convert

RGB 64 82 118 -
CMYK 0.46 0.31 0 0.54
HSL 220º 0.3% 0.36% -
HSV(B) 220º 0.46% 0.46% -
XYZ 8.4 8.43 18.32 -
YUV 80.72 149.04 116.07 -
System Red Green Blue C M Y K H S L
Decimal 64 82 118 0.46 0.31 0 0.54 220 0.3 0.36
Hex 40 52 76 2E 1F 0 36 DC 1E 24
Octal 100 122 166 56 37 0 66 334 36 44
Binary 1000000 1010010 1110110 101110 11111 0 110110 11011100 11110 100100

Color Harmonies of #405276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405276

Black with #405276

Text Example


Text Example

White with #405276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405276; }

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

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

background-color css

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

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

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

border-color css

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

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

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