Html Css Color HEX #4A4250 Jagger

📋 copy color: '#4A4250'

red 74 ◦ green 66 ◦ blue 80

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

Shades of Jagger #4A4250

Tints of Jagger #4A4250

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30%

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

R = 33.64%
G = 30%
B = 36.36%

CMYK

 C value IS 0.08

 M value IS 0.17

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4A4250 (or 0x4A4250) is known color: Jagger. HEX triplet: 4A, 42 and 50. RGB value is (74,66,80). Sum of RGB (Red+Green+Blue) = 74+66+80=220 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.64% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 80 - color contains mainly: blue. Hex color #4A4250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4250 is #B5BDAF. Grayscale: #454545. Windows color (decimal): -11910576 or 5259850. OLE color: 5259850.

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

Color convert

RGB 74 66 80 -
CMYK 0.08 0.17 0 0.69
HSL 274.29º 0.1% 0.29% -
HSV(B) 274.29º 0.18% 0.31% -
XYZ 6.22 5.93 8.41 -
YUV 69.99 133.65 130.86 -
System Red Green Blue C M Y K H S L
Decimal 74 66 80 0.08 0.17 0 0.69 274.29 0.1 0.29
Hex 4A 42 50 8 11 0 45 112 A 1D
Octal 112 102 120 10 21 0 105 422 12 35
Binary 1001010 1000010 1010000 1000 10001 0 1000101 100010010 1010 11101

Color Harmonies of #4A4250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4250

Black with #4A4250

Text Example


Text Example

White with #4A4250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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