Html Css Color HEX #465175 Astronaut

📋 copy color: '#465175'

red 70 ◦ green 81 ◦ blue 117

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

Shades of Astronaut #465175

Tints of Astronaut #465175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 43.66%

R = 26.12%
G = 30.22%
B = 43.66%

CMYK

 C value IS 0.40

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#465175 (or 0x465175) is known color: Astronaut. HEX triplet: 46, 51 and 75. RGB value is (70,81,117). Sum of RGB (Red+Green+Blue) = 70+81+117=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 117 - color contains mainly: blue. Hex color #465175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465175 is #B9AE8A. Grayscale: #515151. Windows color (decimal): -12168843 or 7688518. OLE color: 7688518.

HSL color Cylindrical-coordinate representation of color #465175: hue angle of 225.96º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #465175 is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 81 117 -
CMYK 0.40 0.31 0 0.54
HSL 225.96º 0.25% 0.37% -
HSV(B) 225.96º 0.4% 0.46% -
XYZ 8.68 8.47 18.01 -
YUV 81.82 147.86 119.57 -
System Red Green Blue C M Y K H S L
Decimal 70 81 117 0.40 0.31 0 0.54 225.96 0.25 0.37
Hex 46 51 75 28 1F 0 36 E2 19 25
Octal 106 121 165 50 37 0 66 342 31 45
Binary 1000110 1010001 1110101 101000 11111 0 110110 11100010 11001 100101

Color Harmonies of #465175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465175

Black with #465175

Text Example


Text Example

White with #465175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465175; }

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

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

background-color css

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

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

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

border-color css

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

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

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