Html Css Color HEX #464C76 Astronaut

📋 copy color: '#464C76'

red 70 ◦ green 76 ◦ blue 118

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

Shades of Astronaut #464C76

Tints of Astronaut #464C76

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.79%

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

R = 26.52%
G = 28.79%
B = 44.7%

CMYK

 C value IS 0.41

 M value IS 0.36

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#464C76 (or 0x464C76) is known color: Astronaut. HEX triplet: 46, 4C and 76. RGB value is (70,76,118). Sum of RGB (Red+Green+Blue) = 70+76+118=264 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.52% from 264); Green value is 76 (30.08% from 255 or 28.79% from 264); Blue value is 118 (46.48% from 255 or 44.70% from 264); Max value from RGB is 118 - color contains mainly: blue. Hex color #464C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464C76 is #B9B389. Grayscale: #4E4E4E. Windows color (decimal): -12170122 or 7752774. OLE color: 7752774.

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

Color convert

RGB 70 76 118 -
CMYK 0.41 0.36 0 0.54
HSL 232.5º 0.26% 0.37% -
HSV(B) 232.5º 0.41% 0.46% -
XYZ 8.38 7.78 18.2 -
YUV 78.99 150.01 121.58 -
System Red Green Blue C M Y K H S L
Decimal 70 76 118 0.41 0.36 0 0.54 232.5 0.26 0.37
Hex 46 4C 76 29 24 0 36 E8 1A 25
Octal 106 114 166 51 44 0 66 350 32 45
Binary 1000110 1001100 1110110 101001 100100 0 110110 11101000 11010 100101

Color Harmonies of #464C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464C76

Black with #464C76

Text Example


Text Example

White with #464C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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