Html Css Color HEX #404F7D Astronaut

📋 copy color: '#404F7D'

red 64 ◦ green 79 ◦ blue 125

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

Shades of Astronaut #404F7D

Tints of Astronaut #404F7D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.48%

 BLUE value IS 125 (49.22% from 255) = 46.64%

R = 23.88%
G = 29.48%
B = 46.64%

CMYK

 C value IS 0.49

 M value IS 0.37

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#404F7D (or 0x404F7D) is known color: Astronaut. HEX triplet: 40, 4F and 7D. RGB value is (64,79,125). Sum of RGB (Red+Green+Blue) = 64+79+125=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 79 (31.25% from 255 or 29.48% from 268); Blue value is 125 (49.22% from 255 or 46.64% from 268); Max value from RGB is 125 - color contains mainly: blue. Hex color #404F7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404F7D is #BFB082. Grayscale: #4F4F4F. Windows color (decimal): -12562563 or 8212288. OLE color: 8212288.

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

Color convert

RGB 64 79 125 -
CMYK 0.49 0.37 0 0.51
HSL 225.25º 0.32% 0.37% -
HSV(B) 225.25º 0.49% 0.49% -
XYZ 8.61 8.16 20.52 -
YUV 79.76 153.53 116.76 -
System Red Green Blue C M Y K H S L
Decimal 64 79 125 0.49 0.37 0 0.51 225.25 0.32 0.37
Hex 40 4F 7D 31 25 0 33 E1 20 25
Octal 100 117 175 61 45 0 63 341 40 45
Binary 1000000 1001111 1111101 110001 100101 0 110011 11100001 100000 100101

Color Harmonies of #404F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404F7D

Black with #404F7D

Text Example


Text Example

White with #404F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,79,125); }

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

background-color css

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

 a { background-color: rgb(64,79,125); }

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

border-color css

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

 span { border-color: rgb(64,79,125); }

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