Html Css Color HEX #404B6D Astronaut

📋 copy color: '#404B6D'

red 64 ◦ green 75 ◦ blue 109

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

Shades of Astronaut #404B6D

Tints of Astronaut #404B6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 43.95%

R = 25.81%
G = 30.24%
B = 43.95%

CMYK

 C value IS 0.41

 M value IS 0.31

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#404B6D (or 0x404B6D) is known color: Astronaut. HEX triplet: 40, 4B and 6D. RGB value is (64,75,109). Sum of RGB (Red+Green+Blue) = 64+75+109=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 75 (29.69% from 255 or 30.24% from 248); Blue value is 109 (42.97% from 255 or 43.95% from 248); Max value from RGB is 109 - color contains mainly: blue. Hex color #404B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404B6D is #BFB492. Grayscale: #4B4B4B. Windows color (decimal): -12563603 or 7162688. OLE color: 7162688.

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

Color convert

RGB 64 75 109 -
CMYK 0.41 0.31 0 0.57
HSL 225.33º 0.26% 0.34% -
HSV(B) 225.33º 0.41% 0.43% -
XYZ 7.39 7.23 15.47 -
YUV 75.59 146.86 119.74 -
System Red Green Blue C M Y K H S L
Decimal 64 75 109 0.41 0.31 0 0.57 225.33 0.26 0.34
Hex 40 4B 6D 29 1F 0 39 E1 1A 22
Octal 100 113 155 51 37 0 71 341 32 42
Binary 1000000 1001011 1101101 101001 11111 0 111001 11100001 11010 100010

Color Harmonies of #404B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404B6D

Black with #404B6D

Text Example


Text Example

White with #404B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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