Html Css Color HEX #404C6C Astronaut

📋 copy color: '#404C6C'

red 64 ◦ green 76 ◦ blue 108

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

Shades of Astronaut #404C6C

Tints of Astronaut #404C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 43.55%

R = 25.81%
G = 30.65%
B = 43.55%

CMYK

 C value IS 0.41

 M value IS 0.30

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#404C6C (or 0x404C6C) is known color: Astronaut. HEX triplet: 40, 4C and 6C. RGB value is (64,76,108). Sum of RGB (Red+Green+Blue) = 64+76+108=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 76 (30.08% from 255 or 30.65% from 248); Blue value is 108 (42.58% from 255 or 43.55% from 248); Max value from RGB is 108 - color contains mainly: blue. Hex color #404C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404C6C is #BFB393. Grayscale: #4B4B4B. Windows color (decimal): -12563348 or 7097408. OLE color: 7097408.

HSL color Cylindrical-coordinate representation of color #404C6C: hue angle of 223.64º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #404C6C is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 76 108 -
CMYK 0.41 0.30 0 0.58
HSL 223.64º 0.26% 0.34% -
HSV(B) 223.64º 0.41% 0.42% -
XYZ 7.41 7.34 15.21 -
YUV 76.06 146.02 119.4 -
System Red Green Blue C M Y K H S L
Decimal 64 76 108 0.41 0.30 0 0.58 223.64 0.26 0.34
Hex 40 4C 6C 29 1E 0 3A E0 1A 22
Octal 100 114 154 51 36 0 72 340 32 42
Binary 1000000 1001100 1101100 101001 11110 0 111010 11100000 11010 100010

Color Harmonies of #404C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404C6C

Black with #404C6C

Text Example


Text Example

White with #404C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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