Html Css Color HEX #4A4150 Jagger

📋 copy color: '#4A4150'

red 74 ◦ green 65 ◦ blue 80

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

Shades of Jagger #4A4150

Tints of Jagger #4A4150

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.68%

 BLUE value IS 80 (31.64% from 255) = 36.53%

R = 33.79%
G = 29.68%
B = 36.53%

CMYK

 C value IS 0.08

 M value IS 0.19

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4A4150 (or 0x4A4150) is known color: Jagger. HEX triplet: 4A, 41 and 50. RGB value is (74,65,80). Sum of RGB (Red+Green+Blue) = 74+65+80=219 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.79% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 80 - color contains mainly: blue. Hex color #4A4150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4150 is #B5BEAF. Grayscale: #454545. Windows color (decimal): -11910832 or 5259594. OLE color: 5259594.

HSL color Cylindrical-coordinate representation of color #4A4150: hue angle of 276º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4A4150 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 74 65 80 -
CMYK 0.08 0.19 0 0.69
HSL 276º 0.1% 0.28% -
HSV(B) 276º 0.19% 0.31% -
XYZ 6.16 5.82 8.39 -
YUV 69.4 133.98 131.28 -
System Red Green Blue C M Y K H S L
Decimal 74 65 80 0.08 0.19 0 0.69 276 0.1 0.28
Hex 4A 41 50 8 13 0 45 114 A 1C
Octal 112 101 120 10 23 0 105 424 12 34
Binary 1001010 1000001 1010000 1000 10011 0 1000101 100010100 1010 11100

Color Harmonies of #4A4150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4150

Black with #4A4150

Text Example


Text Example

White with #4A4150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,65,80); }

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

background-color css

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

 a { background-color: rgb(74,65,80); }

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

border-color css

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

 span { border-color: rgb(74,65,80); }

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