Html Css Color HEX #405076 Astronaut

📋 copy color: '#405076'

red 64 ◦ green 80 ◦ blue 118

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

Shades of Astronaut #405076

Tints of Astronaut #405076

RGB

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

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

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

R = 24.43%
G = 30.53%
B = 45.04%

CMYK

 C value IS 0.46

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#405076 (or 0x405076) is known color: Astronaut. HEX triplet: 40, 50 and 76. RGB value is (64,80,118). Sum of RGB (Red+Green+Blue) = 64+80+118=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 118 - color contains mainly: blue. Hex color #405076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405076 is #BFAF89. Grayscale: #4F4F4F. Windows color (decimal): -12562314 or 7753792. OLE color: 7753792.

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

Color convert

RGB 64 80 118 -
CMYK 0.46 0.32 0 0.54
HSL 222.22º 0.3% 0.36% -
HSV(B) 222.22º 0.46% 0.46% -
XYZ 8.25 8.14 18.27 -
YUV 79.55 149.7 116.91 -
System Red Green Blue C M Y K H S L
Decimal 64 80 118 0.46 0.32 0 0.54 222.22 0.3 0.36
Hex 40 50 76 2E 20 0 36 DE 1E 24
Octal 100 120 166 56 40 0 66 336 36 44
Binary 1000000 1010000 1110110 101110 100000 0 110110 11011110 11110 100100

Color Harmonies of #405076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405076

Black with #405076

Text Example


Text Example

White with #405076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405076; }

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

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

background-color css

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

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

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

border-color css

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

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

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