Html Css Color HEX #404B7B Astronaut

📋 copy color: '#404B7B'

red 64 ◦ green 75 ◦ blue 123

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

Shades of Astronaut #404B7B

Tints of Astronaut #404B7B

RGB

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

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

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

R = 24.43%
G = 28.63%
B = 46.95%

CMYK

 C value IS 0.48

 M value IS 0.39

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#404B7B (or 0x404B7B) is known color: Astronaut. HEX triplet: 40, 4B and 7B. RGB value is (64,75,123). Sum of RGB (Red+Green+Blue) = 64+75+123=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 75 (29.69% from 255 or 28.63% from 262); Blue value is 123 (48.44% from 255 or 46.95% from 262); Max value from RGB is 123 - color contains mainly: blue. Hex color #404B7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404B7B is #BFB484. Grayscale: #4C4C4C. Windows color (decimal): -12563589 or 8080192. OLE color: 8080192.

HSL color Cylindrical-coordinate representation of color #404B7B: hue angle of 228.81º 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 #404B7B is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 64 75 123 -
CMYK 0.48 0.39 0 0.52
HSL 228.81º 0.32% 0.37% -
HSV(B) 228.81º 0.48% 0.48% -
XYZ 8.21 7.55 19.76 -
YUV 77.18 153.86 118.6 -
System Red Green Blue C M Y K H S L
Decimal 64 75 123 0.48 0.39 0 0.52 228.81 0.32 0.37
Hex 40 4B 7B 30 27 0 34 E5 20 25
Octal 100 113 173 60 47 0 64 345 40 45
Binary 1000000 1001011 1111011 110000 100111 0 110100 11100101 100000 100101

Color Harmonies of #404B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404B7B

Black with #404B7B

Text Example


Text Example

White with #404B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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