Html Css Color HEX #4A5377 Astronaut

📋 copy color: '#4A5377'

red 74 ◦ green 83 ◦ blue 119

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

Shades of Astronaut #4A5377

Tints of Astronaut #4A5377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 43.12%

R = 26.81%
G = 30.07%
B = 43.12%

CMYK

 C value IS 0.38

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4A5377 (or 0x4A5377) is known color: Astronaut. HEX triplet: 4A, 53 and 77. RGB value is (74,83,119). Sum of RGB (Red+Green+Blue) = 74+83+119=276 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.81% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 119 (46.88% from 255 or 43.12% from 276); Max value from RGB is 119 - color contains mainly: blue. Hex color #4A5377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5377 is #B5AC88. Grayscale: #545454. Windows color (decimal): -11906185 or 7820106. OLE color: 7820106.

HSL color Cylindrical-coordinate representation of color #4A5377: hue angle of 228º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A5377 is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 74 83 119 -
CMYK 0.38 0.30 0 0.53
HSL 228º 0.23% 0.38% -
HSV(B) 228º 0.38% 0.47% -
XYZ 9.25 8.97 18.7 -
YUV 84.41 147.52 120.57 -
System Red Green Blue C M Y K H S L
Decimal 74 83 119 0.38 0.30 0 0.53 228 0.23 0.38
Hex 4A 53 77 26 1E 0 35 E4 17 26
Octal 112 123 167 46 36 0 65 344 27 46
Binary 1001010 1010011 1110111 100110 11110 0 110101 11100100 10111 100110

Color Harmonies of #4A5377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5377

Black with #4A5377

Text Example


Text Example

White with #4A5377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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