Html Css Color HEX #47414B Jagger

📋 copy color: '#47414B'

red 71 ◦ green 65 ◦ blue 75

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

Shades of Jagger #47414B

Tints of Jagger #47414B

RGB

 RED value IS 71 (28.13% from 255) = 33.65%

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

 BLUE value IS 75 (29.69% from 255) = 35.55%

R = 33.65%
G = 30.81%
B = 35.55%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#47414B (or 0x47414B) is known color: Jagger. HEX triplet: 47, 41 and 4B. RGB value is (71,65,75). Sum of RGB (Red+Green+Blue) = 71+65+75=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 75 - color contains mainly: blue. Hex color #47414B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47414B is #B8BEB4. Grayscale: #434343. Windows color (decimal): -12107445 or 4931911. OLE color: 4931911.

HSL color Cylindrical-coordinate representation of color #47414B: hue angle of 276º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #47414B is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 65 75 -
CMYK 0.05 0.13 0 0.71
HSL 276º 0.07% 0.27% -
HSV(B) 276º 0.13% 0.29% -
XYZ 5.76 5.63 7.44 -
YUV 67.93 131.99 130.19 -
System Red Green Blue C M Y K H S L
Decimal 71 65 75 0.05 0.13 0 0.71 276 0.07 0.27
Hex 47 41 4B 5 D 0 47 114 7 1B
Octal 107 101 113 5 15 0 107 424 7 33
Binary 1000111 1000001 1001011 101 1101 0 1000111 100010100 111 11011

Color Harmonies of #47414B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47414B

Black with #47414B

Text Example


Text Example

White with #47414B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47414B; }

 p { color: rgb(71,65,75); }

 H1.HeaderClassName
 {
   color: #47414B;
 }
 .AnyTagClassName
 {
   color: #47414B;
 }
</style>

background-color css

<style>
 a { background-color: #47414B; }

 a { background-color: rgb(71,65,75); }

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

border-color css

<style>
 span { border-color: #47414B; }

 span { border-color: rgb(71,65,75); }

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