Html Css Color HEX #4A5076 Astronaut

📋 copy color: '#4A5076'

red 74 ◦ green 80 ◦ blue 118

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

Shades of Astronaut #4A5076

Tints of Astronaut #4A5076

RGB

 RED value IS 74 (29.3% from 255) = 27.21%

 GREEN value IS 80 (31.64% from 255) = 29.41%

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

R = 27.21%
G = 29.41%
B = 43.38%

CMYK

 C value IS 0.37

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4A5076 (or 0x4A5076) is known color: Astronaut. HEX triplet: 4A, 50 and 76. RGB value is (74,80,118). Sum of RGB (Red+Green+Blue) = 74+80+118=272 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.21% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 118 (46.48% from 255 or 43.38% from 272); Max value from RGB is 118 - color contains mainly: blue. Hex color #4A5076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5076 is #B5AF89. Grayscale: #525252. Windows color (decimal): -11906954 or 7753802. OLE color: 7753802.

HSL color Cylindrical-coordinate representation of color #4A5076: hue angle of 231.82º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4A5076 is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 74 80 118 -
CMYK 0.37 0.32 0 0.54
HSL 231.82º 0.23% 0.38% -
HSV(B) 231.82º 0.37% 0.46% -
XYZ 8.96 8.5 18.31 -
YUV 82.54 148.01 121.91 -
System Red Green Blue C M Y K H S L
Decimal 74 80 118 0.37 0.32 0 0.54 231.82 0.23 0.38
Hex 4A 50 76 25 20 0 36 E8 17 26
Octal 112 120 166 45 40 0 66 350 27 46
Binary 1001010 1010000 1110110 100101 100000 0 110110 11101000 10111 100110

Color Harmonies of #4A5076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5076

Black with #4A5076

Text Example


Text Example

White with #4A5076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A5076; }

 p { color: rgb(74,80,118); }

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

background-color css

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

 a { background-color: rgb(74,80,118); }

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

border-color css

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

 span { border-color: rgb(74,80,118); }

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