Html Css Color HEX #465076 Astronaut

📋 copy color: '#465076'

red 70 ◦ green 80 ◦ blue 118

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

Shades of Astronaut #465076

Tints of Astronaut #465076

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.85%

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

R = 26.12%
G = 29.85%
B = 44.03%

CMYK

 C value IS 0.41

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#465076 (or 0x465076) is known color: Astronaut. HEX triplet: 46, 50 and 76. RGB value is (70,80,118). Sum of RGB (Red+Green+Blue) = 70+80+118=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 118 - color contains mainly: blue. Hex color #465076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465076 is #B9AF89. Grayscale: #515151. Windows color (decimal): -12169098 or 7753798. OLE color: 7753798.

HSL color Cylindrical-coordinate representation of color #465076: hue angle of 227.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 #465076 is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 80 118 -
CMYK 0.41 0.32 0 0.54
HSL 227.5º 0.26% 0.37% -
HSV(B) 227.5º 0.41% 0.46% -
XYZ 8.66 8.35 18.29 -
YUV 81.34 148.69 119.91 -
System Red Green Blue C M Y K H S L
Decimal 70 80 118 0.41 0.32 0 0.54 227.5 0.26 0.37
Hex 46 50 76 29 20 0 36 E4 1A 25
Octal 106 120 166 51 40 0 66 344 32 45
Binary 1000110 1010000 1110110 101001 100000 0 110110 11100100 11010 100101

Color Harmonies of #465076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465076

Black with #465076

Text Example


Text Example

White with #465076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465076; }

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

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

background-color css

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

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

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

border-color css

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

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

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