Html Css Color HEX #465178 Astronaut

📋 copy color: '#465178'

red 70 ◦ green 81 ◦ blue 120

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

Shades of Astronaut #465178

Tints of Astronaut #465178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 44.28%

R = 25.83%
G = 29.89%
B = 44.28%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#465178 (or 0x465178) is known color: Astronaut. HEX triplet: 46, 51 and 78. RGB value is (70,81,120). Sum of RGB (Red+Green+Blue) = 70+81+120=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 120 - color contains mainly: blue. Hex color #465178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465178 is #B9AE87. Grayscale: #515151. Windows color (decimal): -12168840 or 7885126. OLE color: 7885126.

HSL color Cylindrical-coordinate representation of color #465178: hue angle of 226.8º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #465178 is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 81 120 -
CMYK 0.42 0.32 0 0.53
HSL 226.8º 0.26% 0.37% -
HSV(B) 226.8º 0.42% 0.47% -
XYZ 8.86 8.54 18.95 -
YUV 82.16 149.36 119.33 -
System Red Green Blue C M Y K H S L
Decimal 70 81 120 0.42 0.32 0 0.53 226.8 0.26 0.37
Hex 46 51 78 2A 20 0 35 E3 1A 25
Octal 106 121 170 52 40 0 65 343 32 45
Binary 1000110 1010001 1111000 101010 100000 0 110101 11100011 11010 100101

Color Harmonies of #465178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465178

Black with #465178

Text Example


Text Example

White with #465178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465178; }

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

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

background-color css

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

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

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

border-color css

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

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

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