Html Css Color HEX #465372 Astronaut

📋 copy color: '#465372'

red 70 ◦ green 83 ◦ blue 114

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

Shades of Astronaut #465372

Tints of Astronaut #465372

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.09%

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

R = 26.22%
G = 31.09%
B = 42.7%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#465372 (or 0x465372) is known color: Astronaut. HEX triplet: 46, 53 and 72. RGB value is (70,83,114). Sum of RGB (Red+Green+Blue) = 70+83+114=267 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.22% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 114 (44.92% from 255 or 42.70% from 267); Max value from RGB is 114 - color contains mainly: blue. Hex color #465372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465372 is #B9AC8D. Grayscale: #525252. Windows color (decimal): -12168334 or 7492422. OLE color: 7492422.

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

Color convert

RGB 70 83 114 -
CMYK 0.39 0.27 0 0.55
HSL 222.27º 0.24% 0.36% -
HSV(B) 222.27º 0.39% 0.45% -
XYZ 8.66 8.7 17.14 -
YUV 82.65 145.69 118.98 -
System Red Green Blue C M Y K H S L
Decimal 70 83 114 0.39 0.27 0 0.55 222.27 0.24 0.36
Hex 46 53 72 27 1B 0 37 DE 18 24
Octal 106 123 162 47 33 0 67 336 30 44
Binary 1000110 1010011 1110010 100111 11011 0 110111 11011110 11000 100100

Color Harmonies of #465372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465372

Black with #465372

Text Example


Text Example

White with #465372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465372; }

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

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

background-color css

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

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

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

border-color css

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

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

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