Html Css Color HEX #404C76 Astronaut

📋 copy color: '#404C76'

red 64 ◦ green 76 ◦ blue 118

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

Shades of Astronaut #404C76

Tints of Astronaut #404C76

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.46%

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

R = 24.81%
G = 29.46%
B = 45.74%

CMYK

 C value IS 0.46

 M value IS 0.36

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#404C76 (or 0x404C76) is known color: Astronaut. HEX triplet: 40, 4C and 76. RGB value is (64,76,118). Sum of RGB (Red+Green+Blue) = 64+76+118=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 118 (46.48% from 255 or 45.74% from 258); Max value from RGB is 118 - color contains mainly: blue. Hex color #404C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404C76 is #BFB389. Grayscale: #4D4D4D. Windows color (decimal): -12563338 or 7752768. OLE color: 7752768.

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

Color convert

RGB 64 76 118 -
CMYK 0.46 0.36 0 0.54
HSL 226.67º 0.3% 0.36% -
HSV(B) 226.67º 0.46% 0.46% -
XYZ 7.97 7.57 18.18 -
YUV 77.2 151.02 118.58 -
System Red Green Blue C M Y K H S L
Decimal 64 76 118 0.46 0.36 0 0.54 226.67 0.3 0.36
Hex 40 4C 76 2E 24 0 36 E3 1E 24
Octal 100 114 166 56 44 0 66 343 36 44
Binary 1000000 1001100 1110110 101110 100100 0 110110 11100011 11110 100100

Color Harmonies of #404C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404C76

Black with #404C76

Text Example


Text Example

White with #404C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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