Html Css Color HEX #4A434F Jagger

📋 copy color: '#4A434F'

red 74 ◦ green 67 ◦ blue 79

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

Shades of Jagger #4A434F

Tints of Jagger #4A434F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.45%

 BLUE value IS 79 (31.25% from 255) = 35.91%

R = 33.64%
G = 30.45%
B = 35.91%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4A434F (or 0x4A434F) is known color: Jagger. HEX triplet: 4A, 43 and 4F. RGB value is (74,67,79). Sum of RGB (Red+Green+Blue) = 74+67+79=220 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.64% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 79 - color contains mainly: blue. Hex color #4A434F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A434F is #B5BCB0. Grayscale: #464646. Windows color (decimal): -11910321 or 5194570. OLE color: 5194570.

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

Color convert

RGB 74 67 79 -
CMYK 0.06 0.15 0 0.69
HSL 275º 0.08% 0.29% -
HSV(B) 275º 0.15% 0.31% -
XYZ 6.24 6.03 8.23 -
YUV 70.46 132.82 130.52 -
System Red Green Blue C M Y K H S L
Decimal 74 67 79 0.06 0.15 0 0.69 275 0.08 0.29
Hex 4A 43 4F 6 F 0 45 113 8 1D
Octal 112 103 117 6 17 0 105 423 10 35
Binary 1001010 1000011 1001111 110 1111 0 1000101 100010011 1000 11101

Color Harmonies of #4A434F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A434F

Black with #4A434F

Text Example


Text Example

White with #4A434F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,67,79); }

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

background-color css

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

 a { background-color: rgb(74,67,79); }

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

border-color css

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

 span { border-color: rgb(74,67,79); }

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