Html Css Color HEX #404C75 Astronaut

📋 copy color: '#404C75'

red 64 ◦ green 76 ◦ blue 117

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

Shades of Astronaut #404C75

Tints of Astronaut #404C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 45.53%

R = 24.9%
G = 29.57%
B = 45.53%

CMYK

 C value IS 0.45

 M value IS 0.35

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#404C75 (or 0x404C75) is known color: Astronaut. HEX triplet: 40, 4C and 75. RGB value is (64,76,117). Sum of RGB (Red+Green+Blue) = 64+76+117=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 117 (46.09% from 255 or 45.53% from 257); Max value from RGB is 117 - color contains mainly: blue. Hex color #404C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404C75 is #BFB38A. Grayscale: #4C4C4C. Windows color (decimal): -12563339 or 7687232. OLE color: 7687232.

HSL color Cylindrical-coordinate representation of color #404C75: hue angle of 226.42º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #404C75 is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 76 117 -
CMYK 0.45 0.35 0 0.54
HSL 226.42º 0.29% 0.35% -
HSV(B) 226.42º 0.45% 0.46% -
XYZ 7.91 7.54 17.87 -
YUV 77.09 150.52 118.67 -
System Red Green Blue C M Y K H S L
Decimal 64 76 117 0.45 0.35 0 0.54 226.42 0.29 0.35
Hex 40 4C 75 2D 23 0 36 E2 1D 23
Octal 100 114 165 55 43 0 66 342 35 43
Binary 1000000 1001100 1110101 101101 100011 0 110110 11100010 11101 100011

Color Harmonies of #404C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404C75

Black with #404C75

Text Example


Text Example

White with #404C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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