Html Css Color HEX #464E80 Astronaut

📋 copy color: '#464E80'

red 70 ◦ green 78 ◦ blue 128

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

Shades of Astronaut #464E80

Tints of Astronaut #464E80

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.26%

 BLUE value IS 128 (50.39% from 255) = 46.38%

R = 25.36%
G = 28.26%
B = 46.38%

CMYK

 C value IS 0.45

 M value IS 0.39

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#464E80 (or 0x464E80) is known color: Astronaut. HEX triplet: 46, 4E and 80. RGB value is (70,78,128). Sum of RGB (Red+Green+Blue) = 70+78+128=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 78 (30.86% from 255 or 28.26% from 276); Blue value is 128 (50.39% from 255 or 46.38% from 276); Max value from RGB is 128 - color contains mainly: blue. Hex color #464E80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #464E80 is #B9B17F. Grayscale: #515151. Windows color (decimal): -12169600 or 8408646. OLE color: 8408646.

HSL color Cylindrical-coordinate representation of color #464E80: hue angle of 231.72º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #464E80 is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 78 128 -
CMYK 0.45 0.39 0 0.50
HSL 231.72º 0.29% 0.39% -
HSV(B) 231.72º 0.45% 0.5% -
XYZ 9.15 8.31 21.54 -
YUV 81.31 154.35 119.93 -
System Red Green Blue C M Y K H S L
Decimal 70 78 128 0.45 0.39 0 0.50 231.72 0.29 0.39
Hex 46 4E 80 2D 27 0 32 E8 1D 27
Octal 106 116 200 55 47 0 62 350 35 47
Binary 1000110 1001110 10000000 101101 100111 0 110010 11101000 11101 100111

Color Harmonies of #464E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464E80

Black with #464E80

Text Example


Text Example

White with #464E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464E80; }

 p { color: rgb(70,78,128); }

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

background-color css

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

 a { background-color: rgb(70,78,128); }

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

border-color css

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

 span { border-color: rgb(70,78,128); }

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