Html Css Color HEX #465374 Astronaut

📋 copy color: '#465374'

red 70 ◦ green 83 ◦ blue 116

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

Shades of Astronaut #465374

Tints of Astronaut #465374

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.86%

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

R = 26.02%
G = 30.86%
B = 43.12%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#465374 (or 0x465374) is known color: Astronaut. HEX triplet: 46, 53 and 74. RGB value is (70,83,116). Sum of RGB (Red+Green+Blue) = 70+83+116=269 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.02% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 116 (45.70% from 255 or 43.12% from 269); Max value from RGB is 116 - color contains mainly: blue. Hex color #465374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465374 is #B9AC8B. Grayscale: #525252. Windows color (decimal): -12168332 or 7623494. OLE color: 7623494.

HSL color Cylindrical-coordinate representation of color #465374: hue angle of 223.04º 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 #465374 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 83 116 -
CMYK 0.40 0.28 0 0.55
HSL 223.04º 0.25% 0.36% -
HSV(B) 223.04º 0.4% 0.45% -
XYZ 8.77 8.75 17.75 -
YUV 82.88 146.69 118.82 -
System Red Green Blue C M Y K H S L
Decimal 70 83 116 0.40 0.28 0 0.55 223.04 0.25 0.36
Hex 46 53 74 28 1C 0 37 DF 19 24
Octal 106 123 164 50 34 0 67 337 31 44
Binary 1000110 1010011 1110100 101000 11100 0 110111 11011111 11001 100100

Color Harmonies of #465374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465374

Black with #465374

Text Example


Text Example

White with #465374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465374; }

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

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

background-color css

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

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

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

border-color css

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

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

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