Html Css Color HEX #464D7A Astronaut

📋 copy color: '#464D7A'

red 70 ◦ green 77 ◦ blue 122

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

Shades of Astronaut #464D7A

Tints of Astronaut #464D7A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.62%

 BLUE value IS 122 (48.05% from 255) = 45.35%

R = 26.02%
G = 28.62%
B = 45.35%

CMYK

 C value IS 0.43

 M value IS 0.37

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#464D7A (or 0x464D7A) is known color: Astronaut. HEX triplet: 46, 4D and 7A. RGB value is (70,77,122). Sum of RGB (Red+Green+Blue) = 70+77+122=269 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.02% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 122 (48.05% from 255 or 45.35% from 269); Max value from RGB is 122 - color contains mainly: blue. Hex color #464D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464D7A is #B9B285. Grayscale: #4F4F4F. Windows color (decimal): -12169862 or 8015174. OLE color: 8015174.

HSL color Cylindrical-coordinate representation of color #464D7A: hue angle of 231.92º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #464D7A is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 70 77 122 -
CMYK 0.43 0.37 0 0.52
HSL 231.92º 0.27% 0.38% -
HSV(B) 231.92º 0.43% 0.48% -
XYZ 8.69 8.01 19.5 -
YUV 80.04 151.68 120.84 -
System Red Green Blue C M Y K H S L
Decimal 70 77 122 0.43 0.37 0 0.52 231.92 0.27 0.38
Hex 46 4D 7A 2B 25 0 34 E8 1B 26
Octal 106 115 172 53 45 0 64 350 33 46
Binary 1000110 1001101 1111010 101011 100101 0 110100 11101000 11011 100110

Color Harmonies of #464D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464D7A

Black with #464D7A

Text Example


Text Example

White with #464D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,77,122); }

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

background-color css

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

 a { background-color: rgb(70,77,122); }

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

border-color css

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

 span { border-color: rgb(70,77,122); }

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