Html Css Color HEX #405073 Astronaut

📋 copy color: '#405073'

red 64 ◦ green 80 ◦ blue 115

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

Shades of Astronaut #405073

Tints of Astronaut #405073

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.89%

 BLUE value IS 115 (45.31% from 255) = 44.4%

R = 24.71%
G = 30.89%
B = 44.4%

CMYK

 C value IS 0.44

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#405073 (or 0x405073) is known color: Astronaut. HEX triplet: 40, 50 and 73. RGB value is (64,80,115). Sum of RGB (Red+Green+Blue) = 64+80+115=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 115 - color contains mainly: blue. Hex color #405073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405073 is #BFAF8C. Grayscale: #4F4F4F. Windows color (decimal): -12562317 or 7557184. OLE color: 7557184.

HSL color Cylindrical-coordinate representation of color #405073: hue angle of 221.18º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #405073 is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 80 115 -
CMYK 0.44 0.30 0 0.55
HSL 221.18º 0.28% 0.35% -
HSV(B) 221.18º 0.44% 0.45% -
XYZ 8.08 8.07 17.35 -
YUV 79.21 148.2 117.15 -
System Red Green Blue C M Y K H S L
Decimal 64 80 115 0.44 0.30 0 0.55 221.18 0.28 0.35
Hex 40 50 73 2C 1E 0 37 DD 1C 23
Octal 100 120 163 54 36 0 67 335 34 43
Binary 1000000 1010000 1110011 101100 11110 0 110111 11011101 11100 100011

Color Harmonies of #405073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405073

Black with #405073

Text Example


Text Example

White with #405073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405073; }

 p { color: rgb(64,80,115); }

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

background-color css

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

 a { background-color: rgb(64,80,115); }

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

border-color css

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

 span { border-color: rgb(64,80,115); }

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