Html Css Color HEX #404B7C Astronaut

📋 copy color: '#404B7C'

red 64 ◦ green 75 ◦ blue 124

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

Shades of Astronaut #404B7C

Tints of Astronaut #404B7C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 28.52%

 BLUE value IS 124 (48.83% from 255) = 47.15%

R = 24.33%
G = 28.52%
B = 47.15%

CMYK

 C value IS 0.48

 M value IS 0.40

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#404B7C (or 0x404B7C) is known color: Astronaut. HEX triplet: 40, 4B and 7C. RGB value is (64,75,124). Sum of RGB (Red+Green+Blue) = 64+75+124=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 75 (29.69% from 255 or 28.52% from 263); Blue value is 124 (48.83% from 255 or 47.15% from 263); Max value from RGB is 124 - color contains mainly: blue. Hex color #404B7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404B7C is #BFB483. Grayscale: #4D4D4D. Windows color (decimal): -12563588 or 8145728. OLE color: 8145728.

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

Color convert

RGB 64 75 124 -
CMYK 0.48 0.40 0 0.51
HSL 229º 0.32% 0.37% -
HSV(B) 229º 0.48% 0.49% -
XYZ 8.27 7.58 20.1 -
YUV 77.3 154.36 118.52 -
System Red Green Blue C M Y K H S L
Decimal 64 75 124 0.48 0.40 0 0.51 229 0.32 0.37
Hex 40 4B 7C 30 28 0 33 E5 20 25
Octal 100 113 174 60 50 0 63 345 40 45
Binary 1000000 1001011 1111100 110000 101000 0 110011 11100101 100000 100101

Color Harmonies of #404B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404B7C

Black with #404B7C

Text Example


Text Example

White with #404B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,75,124); }

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

background-color css

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

 a { background-color: rgb(64,75,124); }

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

border-color css

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

 span { border-color: rgb(64,75,124); }

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