Html Css Color HEX #4A5376 Astronaut

📋 copy color: '#4A5376'

red 74 ◦ green 83 ◦ blue 118

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

Shades of Astronaut #4A5376

Tints of Astronaut #4A5376

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.18%

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

R = 26.91%
G = 30.18%
B = 42.91%

CMYK

 C value IS 0.37

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4A5376 (or 0x4A5376) is known color: Astronaut. HEX triplet: 4A, 53 and 76. RGB value is (74,83,118). Sum of RGB (Red+Green+Blue) = 74+83+118=275 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.91% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 118 - color contains mainly: blue. Hex color #4A5376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5376 is #B5AC89. Grayscale: #545454. Windows color (decimal): -11906186 or 7754570. OLE color: 7754570.

HSL color Cylindrical-coordinate representation of color #4A5376: hue angle of 227.73º 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 #4A5376 is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 74 83 118 -
CMYK 0.37 0.30 0 0.54
HSL 227.73º 0.23% 0.38% -
HSV(B) 227.73º 0.37% 0.46% -
XYZ 9.19 8.95 18.38 -
YUV 84.3 147.02 120.65 -
System Red Green Blue C M Y K H S L
Decimal 74 83 118 0.37 0.30 0 0.54 227.73 0.23 0.38
Hex 4A 53 76 25 1E 0 36 E4 17 26
Octal 112 123 166 45 36 0 66 344 27 46
Binary 1001010 1010011 1110110 100101 11110 0 110110 11100100 10111 100110

Color Harmonies of #4A5376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5376

Black with #4A5376

Text Example


Text Example

White with #4A5376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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