Html Css Color HEX #4A3F53 Jagger

📋 copy color: '#4A3F53'

red 74 ◦ green 63 ◦ blue 83

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

Shades of Jagger #4A3F53

Tints of Jagger #4A3F53

RGB

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

 GREEN value IS 63 (25% from 255) = 28.64%

 BLUE value IS 83 (32.81% from 255) = 37.73%

R = 33.64%
G = 28.64%
B = 37.73%

CMYK

 C value IS 0.11

 M value IS 0.24

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4A3F53 (or 0x4A3F53) is known color: Jagger. HEX triplet: 4A, 3F and 53. RGB value is (74,63,83). Sum of RGB (Red+Green+Blue) = 74+63+83=220 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.64% from 220); Green value is 63 (25% from 255 or 28.64% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 83 - color contains mainly: blue. Hex color #4A3F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3F53 is #B5C0AC. Grayscale: #444444. Windows color (decimal): -11911341 or 5455690. OLE color: 5455690.

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

Color convert

RGB 74 63 83 -
CMYK 0.11 0.24 0 0.67
HSL 273º 0.14% 0.29% -
HSV(B) 273º 0.24% 0.33% -
XYZ 6.16 5.64 8.95 -
YUV 68.57 136.14 131.87 -
System Red Green Blue C M Y K H S L
Decimal 74 63 83 0.11 0.24 0 0.67 273 0.14 0.29
Hex 4A 3F 53 B 18 0 43 111 E 1D
Octal 112 77 123 13 30 0 103 421 16 35
Binary 1001010 111111 1010011 1011 11000 0 1000011 100010001 1110 11101

Color Harmonies of #4A3F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3F53

Black with #4A3F53

Text Example


Text Example

White with #4A3F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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