Html Css Color HEX #404C6B Astronaut

📋 copy color: '#404C6B'

red 64 ◦ green 76 ◦ blue 107

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

Shades of Astronaut #404C6B

Tints of Astronaut #404C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 43.32%

R = 25.91%
G = 30.77%
B = 43.32%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#404C6B (or 0x404C6B) is known color: Astronaut. HEX triplet: 40, 4C and 6B. RGB value is (64,76,107). Sum of RGB (Red+Green+Blue) = 64+76+107=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 76 (30.08% from 255 or 30.77% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 107 - color contains mainly: blue. Hex color #404C6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404C6B is #BFB394. Grayscale: #4B4B4B. Windows color (decimal): -12563349 or 7031872. OLE color: 7031872.

HSL color Cylindrical-coordinate representation of color #404C6B: hue angle of 223.26º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #404C6B is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 76 107 -
CMYK 0.40 0.29 0 0.58
HSL 223.26º 0.25% 0.34% -
HSV(B) 223.26º 0.4% 0.42% -
XYZ 7.35 7.32 14.94 -
YUV 75.95 145.52 119.48 -
System Red Green Blue C M Y K H S L
Decimal 64 76 107 0.40 0.29 0 0.58 223.26 0.25 0.34
Hex 40 4C 6B 28 1D 0 3A DF 19 22
Octal 100 114 153 50 35 0 72 337 31 42
Binary 1000000 1001100 1101011 101000 11101 0 111010 11011111 11001 100010

Color Harmonies of #404C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404C6B

Black with #404C6B

Text Example


Text Example

White with #404C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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