Html Css Color HEX #465476 Astronaut

📋 copy color: '#465476'

red 70 ◦ green 84 ◦ blue 118

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

Shades of Astronaut #465476

Tints of Astronaut #465476

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.88%

 BLUE value IS 118 (46.48% from 255) = 43.38%

R = 25.74%
G = 30.88%
B = 43.38%

CMYK

 C value IS 0.41

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#465476 (or 0x465476) is known color: Astronaut. HEX triplet: 46, 54 and 76. RGB value is (70,84,118). Sum of RGB (Red+Green+Blue) = 70+84+118=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 118 (46.48% from 255 or 43.38% from 272); Max value from RGB is 118 - color contains mainly: blue. Hex color #465476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465476 is #B9AB89. Grayscale: #535353. Windows color (decimal): -12168074 or 7754822. OLE color: 7754822.

HSL color Cylindrical-coordinate representation of color #465476: hue angle of 222.5º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #465476 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 84 118 -
CMYK 0.41 0.29 0 0.54
HSL 222.5º 0.26% 0.37% -
HSV(B) 222.5º 0.41% 0.46% -
XYZ 8.97 8.95 18.39 -
YUV 83.69 147.36 118.24 -
System Red Green Blue C M Y K H S L
Decimal 70 84 118 0.41 0.29 0 0.54 222.5 0.26 0.37
Hex 46 54 76 29 1D 0 36 DE 1A 25
Octal 106 124 166 51 35 0 66 336 32 45
Binary 1000110 1010100 1110110 101001 11101 0 110110 11011110 11010 100101

Color Harmonies of #465476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465476

Black with #465476

Text Example


Text Example

White with #465476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465476; }

 p { color: rgb(70,84,118); }

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

background-color css

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

 a { background-color: rgb(70,84,118); }

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

border-color css

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

 span { border-color: rgb(70,84,118); }

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