Html Css Color HEX #4A3E55 Jagger

📋 copy color: '#4A3E55'

red 74 ◦ green 62 ◦ blue 85

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

Shades of Jagger #4A3E55

Tints of Jagger #4A3E55

RGB

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

 GREEN value IS 62 (24.61% from 255) = 28.05%

 BLUE value IS 85 (33.59% from 255) = 38.46%

R = 33.48%
G = 28.05%
B = 38.46%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4A3E55 (or 0x4A3E55) is known color: Jagger. HEX triplet: 4A, 3E and 55. RGB value is (74,62,85). Sum of RGB (Red+Green+Blue) = 74+62+85=221 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.48% from 221); Green value is 62 (24.61% from 255 or 28.05% from 221); Blue value is 85 (33.59% from 255 or 38.46% from 221); Max value from RGB is 85 - color contains mainly: blue. Hex color #4A3E55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3E55 is #B5C1AA. Grayscale: #444444. Windows color (decimal): -11911595 or 5586506. OLE color: 5586506.

HSL color Cylindrical-coordinate representation of color #4A3E55: hue angle of 271.3º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4A3E55 is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 74 62 85 -
CMYK 0.13 0.27 0 0.67
HSL 271.3º 0.16% 0.29% -
HSV(B) 271.3º 0.27% 0.33% -
XYZ 6.19 5.56 9.34 -
YUV 68.21 137.48 132.13 -
System Red Green Blue C M Y K H S L
Decimal 74 62 85 0.13 0.27 0 0.67 271.3 0.16 0.29
Hex 4A 3E 55 D 1B 0 43 10F 10 1D
Octal 112 76 125 15 33 0 103 417 20 35
Binary 1001010 111110 1010101 1101 11011 0 1000011 100001111 10000 11101

Color Harmonies of #4A3E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3E55

Black with #4A3E55

Text Example


Text Example

White with #4A3E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,62,85); }

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

background-color css

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

 a { background-color: rgb(74,62,85); }

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

border-color css

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

 span { border-color: rgb(74,62,85); }

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