Html Css Color HEX #4A4052 Jagger

📋 copy color: '#4A4052'

red 74 ◦ green 64 ◦ blue 82

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

Shades of Jagger #4A4052

Tints of Jagger #4A4052

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.09%

 BLUE value IS 82 (32.42% from 255) = 37.27%

R = 33.64%
G = 29.09%
B = 37.27%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#4A4052 (or 0x4A4052) is known color: Jagger. HEX triplet: 4A, 40 and 52. RGB value is (74,64,82). Sum of RGB (Red+Green+Blue) = 74+64+82=220 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.64% from 220); Green value is 64 (25.39% from 255 or 29.09% from 220); Blue value is 82 (32.42% from 255 or 37.27% from 220); Max value from RGB is 82 - color contains mainly: blue. Hex color #4A4052 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4052 is #B5BFAD. Grayscale: #444444. Windows color (decimal): -11911086 or 5390410. OLE color: 5390410.

HSL color Cylindrical-coordinate representation of color #4A4052: hue angle of 273.33º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4A4052 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 74 64 82 -
CMYK 0.10 0.22 0 0.68
HSL 273.33º 0.12% 0.29% -
HSV(B) 273.33º 0.22% 0.32% -
XYZ 6.18 5.73 8.76 -
YUV 69.04 135.31 131.54 -
System Red Green Blue C M Y K H S L
Decimal 74 64 82 0.10 0.22 0 0.68 273.33 0.12 0.29
Hex 4A 40 52 A 16 0 44 111 C 1D
Octal 112 100 122 12 26 0 104 421 14 35
Binary 1001010 1000000 1010010 1010 10110 0 1000100 100010001 1100 11101

Color Harmonies of #4A4052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4052

Black with #4A4052

Text Example


Text Example

White with #4A4052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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