Html Css Color HEX #465074 Astronaut

📋 copy color: '#465074'

red 70 ◦ green 80 ◦ blue 116

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

Shades of Astronaut #465074

Tints of Astronaut #465074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 43.61%

R = 26.32%
G = 30.08%
B = 43.61%

CMYK

 C value IS 0.40

 M value IS 0.31

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#465074 (or 0x465074) is known color: Astronaut. HEX triplet: 46, 50 and 74. RGB value is (70,80,116). Sum of RGB (Red+Green+Blue) = 70+80+116=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 116 (45.70% from 255 or 43.61% from 266); Max value from RGB is 116 - color contains mainly: blue. Hex color #465074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465074 is #B9AF8B. Grayscale: #505050. Windows color (decimal): -12169100 or 7622726. OLE color: 7622726.

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

Color convert

RGB 70 80 116 -
CMYK 0.40 0.31 0 0.55
HSL 226.96º 0.25% 0.36% -
HSV(B) 226.96º 0.4% 0.45% -
XYZ 8.55 8.3 17.67 -
YUV 81.11 147.69 120.07 -
System Red Green Blue C M Y K H S L
Decimal 70 80 116 0.40 0.31 0 0.55 226.96 0.25 0.36
Hex 46 50 74 28 1F 0 37 E3 19 24
Octal 106 120 164 50 37 0 67 343 31 44
Binary 1000110 1010000 1110100 101000 11111 0 110111 11100011 11001 100100

Color Harmonies of #465074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465074

Black with #465074

Text Example


Text Example

White with #465074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465074; }

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

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

background-color css

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

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

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

border-color css

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

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

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