Html Css Color HEX #405272 Astronaut

📋 copy color: '#405272'

red 64 ◦ green 82 ◦ blue 114

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

Shades of Astronaut #405272

Tints of Astronaut #405272

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.54%

 BLUE value IS 114 (44.92% from 255) = 43.85%

R = 24.62%
G = 31.54%
B = 43.85%

CMYK

 C value IS 0.44

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#405272 (or 0x405272) is known color: Astronaut. HEX triplet: 40, 52 and 72. RGB value is (64,82,114). Sum of RGB (Red+Green+Blue) = 64+82+114=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 114 - color contains mainly: blue. Hex color #405272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405272 is #BFAD8D. Grayscale: #505050. Windows color (decimal): -12561806 or 7492160. OLE color: 7492160.

HSL color Cylindrical-coordinate representation of color #405272: hue angle of 218.4º 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 #405272 is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 82 114 -
CMYK 0.44 0.28 0 0.55
HSL 218.4º 0.28% 0.35% -
HSV(B) 218.4º 0.44% 0.45% -
XYZ 8.17 8.34 17.1 -
YUV 80.27 147.04 116.4 -
System Red Green Blue C M Y K H S L
Decimal 64 82 114 0.44 0.28 0 0.55 218.4 0.28 0.35
Hex 40 52 72 2C 1C 0 37 DA 1C 23
Octal 100 122 162 54 34 0 67 332 34 43
Binary 1000000 1010010 1110010 101100 11100 0 110111 11011010 11100 100011

Color Harmonies of #405272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405272

Black with #405272

Text Example


Text Example

White with #405272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405272; }

 p { color: rgb(64,82,114); }

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

background-color css

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

 a { background-color: rgb(64,82,114); }

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

border-color css

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

 span { border-color: rgb(64,82,114); }

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