Html Css Color HEX #464C70 Astronaut

📋 copy color: '#464C70'

red 70 ◦ green 76 ◦ blue 112

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

Shades of Astronaut #464C70

Tints of Astronaut #464C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 43.41%

R = 27.13%
G = 29.46%
B = 43.41%

CMYK

 C value IS 0.38

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#464C70 (or 0x464C70) is known color: Astronaut. HEX triplet: 46, 4C and 70. RGB value is (70,76,112). Sum of RGB (Red+Green+Blue) = 70+76+112=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 112 - color contains mainly: blue. Hex color #464C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464C70 is #B9B38F. Grayscale: #4E4E4E. Windows color (decimal): -12170128 or 7359558. OLE color: 7359558.

HSL color Cylindrical-coordinate representation of color #464C70: hue angle of 231.43º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #464C70 is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 76 112 -
CMYK 0.38 0.32 0 0.56
HSL 231.43º 0.23% 0.36% -
HSV(B) 231.43º 0.38% 0.44% -
XYZ 8.03 7.64 16.38 -
YUV 78.31 147.01 122.07 -
System Red Green Blue C M Y K H S L
Decimal 70 76 112 0.38 0.32 0 0.56 231.43 0.23 0.36
Hex 46 4C 70 26 20 0 38 E7 17 24
Octal 106 114 160 46 40 0 70 347 27 44
Binary 1000110 1001100 1110000 100110 100000 0 111000 11100111 10111 100100

Color Harmonies of #464C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464C70

Black with #464C70

Text Example


Text Example

White with #464C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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