Html Css Color HEX #404C7B Astronaut

📋 copy color: '#404C7B'

red 64 ◦ green 76 ◦ blue 123

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

Shades of Astronaut #404C7B

Tints of Astronaut #404C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 46.77%

R = 24.33%
G = 28.9%
B = 46.77%

CMYK

 C value IS 0.48

 M value IS 0.38

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#404C7B (or 0x404C7B) is known color: Astronaut. HEX triplet: 40, 4C and 7B. RGB value is (64,76,123). Sum of RGB (Red+Green+Blue) = 64+76+123=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 123 (48.44% from 255 or 46.77% from 263); Max value from RGB is 123 - color contains mainly: blue. Hex color #404C7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404C7B is #BFB384. Grayscale: #4D4D4D. Windows color (decimal): -12563333 or 8080448. OLE color: 8080448.

HSL color Cylindrical-coordinate representation of color #404C7B: hue angle of 227.8º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #404C7B is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 64 76 123 -
CMYK 0.48 0.38 0 0.52
HSL 227.8º 0.32% 0.37% -
HSV(B) 227.8º 0.48% 0.48% -
XYZ 8.27 7.69 19.79 -
YUV 77.77 153.52 118.18 -
System Red Green Blue C M Y K H S L
Decimal 64 76 123 0.48 0.38 0 0.52 227.8 0.32 0.37
Hex 40 4C 7B 30 26 0 34 E4 20 25
Octal 100 114 173 60 46 0 64 344 40 45
Binary 1000000 1001100 1111011 110000 100110 0 110100 11100100 100000 100101

Color Harmonies of #404C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404C7B

Black with #404C7B

Text Example


Text Example

White with #404C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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