Html Css Color HEX #4A5279 Astronaut

📋 copy color: '#4A5279'

red 74 ◦ green 82 ◦ blue 121

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

Shades of Astronaut #4A5279

Tints of Astronaut #4A5279

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.6%

 BLUE value IS 121 (47.66% from 255) = 43.68%

R = 26.71%
G = 29.6%
B = 43.68%

CMYK

 C value IS 0.39

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4A5279 (or 0x4A5279) is known color: Astronaut. HEX triplet: 4A, 52 and 79. RGB value is (74,82,121). Sum of RGB (Red+Green+Blue) = 74+82+121=277 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.71% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 121 (47.66% from 255 or 43.68% from 277); Max value from RGB is 121 - color contains mainly: blue. Hex color #4A5279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5279 is #B5AD86. Grayscale: #535353. Windows color (decimal): -11906439 or 7950922. OLE color: 7950922.

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

Color convert

RGB 74 82 121 -
CMYK 0.39 0.32 0 0.53
HSL 229.79º 0.24% 0.38% -
HSV(B) 229.79º 0.39% 0.47% -
XYZ 9.29 8.87 19.31 -
YUV 84.05 148.85 120.83 -
System Red Green Blue C M Y K H S L
Decimal 74 82 121 0.39 0.32 0 0.53 229.79 0.24 0.38
Hex 4A 52 79 27 20 0 35 E6 18 26
Octal 112 122 171 47 40 0 65 346 30 46
Binary 1001010 1010010 1111001 100111 100000 0 110101 11100110 11000 100110

Color Harmonies of #4A5279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5279

Black with #4A5279

Text Example


Text Example

White with #4A5279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,82,121); }

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

background-color css

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

 a { background-color: rgb(74,82,121); }

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

border-color css

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

 span { border-color: rgb(74,82,121); }

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