Html Css Color HEX #465181 Astronaut

📋 copy color: '#465181'

red 70 ◦ green 81 ◦ blue 129

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

Shades of Astronaut #465181

Tints of Astronaut #465181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 46.07%

R = 25%
G = 28.93%
B = 46.07%

CMYK

 C value IS 0.46

 M value IS 0.37

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#465181 (or 0x465181) is known color: Astronaut. HEX triplet: 46, 51 and 81. RGB value is (70,81,129). Sum of RGB (Red+Green+Blue) = 70+81+129=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 129 (50.78% from 255 or 46.07% from 280); Max value from RGB is 129 - color contains mainly: blue. Hex color #465181 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465181 is #B9AE7E. Grayscale: #525252. Windows color (decimal): -12168831 or 8474950. OLE color: 8474950.

HSL color Cylindrical-coordinate representation of color #465181: hue angle of 228.81º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #465181 is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 81 129 -
CMYK 0.46 0.37 0 0.49
HSL 228.81º 0.3% 0.39% -
HSV(B) 228.81º 0.46% 0.51% -
XYZ 9.43 8.77 21.96 -
YUV 83.18 153.86 118.6 -
System Red Green Blue C M Y K H S L
Decimal 70 81 129 0.46 0.37 0 0.49 228.81 0.3 0.39
Hex 46 51 81 2E 25 0 31 E5 1E 27
Octal 106 121 201 56 45 0 61 345 36 47
Binary 1000110 1010001 10000001 101110 100101 0 110001 11100101 11110 100111

Color Harmonies of #465181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465181

Black with #465181

Text Example


Text Example

White with #465181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465181; }

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

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

background-color css

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

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

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

border-color css

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

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

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