Html Css Color HEX #465172 Astronaut

📋 copy color: '#465172'

red 70 ◦ green 81 ◦ blue 114

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

Shades of Astronaut #465172

Tints of Astronaut #465172

RGB

 RED value IS 70 (27.73% from 255) = 26.42%

 GREEN value IS 81 (32.03% from 255) = 30.57%

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

R = 26.42%
G = 30.57%
B = 43.02%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#465172 (or 0x465172) is known color: Astronaut. HEX triplet: 46, 51 and 72. RGB value is (70,81,114). Sum of RGB (Red+Green+Blue) = 70+81+114=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 114 - color contains mainly: blue. Hex color #465172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465172 is #B9AE8D. Grayscale: #515151. Windows color (decimal): -12168846 or 7491910. OLE color: 7491910.

HSL color Cylindrical-coordinate representation of color #465172: hue angle of 225º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #465172 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 81 114 -
CMYK 0.39 0.29 0 0.55
HSL 225º 0.24% 0.36% -
HSV(B) 225º 0.39% 0.45% -
XYZ 8.51 8.4 17.09 -
YUV 81.47 146.36 119.82 -
System Red Green Blue C M Y K H S L
Decimal 70 81 114 0.39 0.29 0 0.55 225 0.24 0.36
Hex 46 51 72 27 1D 0 37 E1 18 24
Octal 106 121 162 47 35 0 67 341 30 44
Binary 1000110 1010001 1110010 100111 11101 0 110111 11100001 11000 100100

Color Harmonies of #465172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465172

Black with #465172

Text Example


Text Example

White with #465172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465172; }

 p { color: rgb(70,81,114); }

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

background-color css

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

 a { background-color: rgb(70,81,114); }

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

border-color css

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

 span { border-color: rgb(70,81,114); }

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