Html Css Color HEX #48404F Jagger

📋 copy color: '#48404F'

red 72 ◦ green 64 ◦ blue 79

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

Shades of Jagger #48404F

Tints of Jagger #48404F

RGB

 RED value IS 72 (28.52% from 255) = 33.49%

 GREEN value IS 64 (25.39% from 255) = 29.77%

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

R = 33.49%
G = 29.77%
B = 36.74%

CMYK

 C value IS 0.09

 M value IS 0.19

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#48404F (or 0x48404F) is known color: Jagger. HEX triplet: 48, 40 and 4F. RGB value is (72,64,79). Sum of RGB (Red+Green+Blue) = 72+64+79=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 79 (31.25% from 255 or 36.74% from 215); Max value from RGB is 79 - color contains mainly: blue. Hex color #48404F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48404F is #B7BFB0. Grayscale: #444444. Windows color (decimal): -12042161 or 5193800. OLE color: 5193800.

HSL color Cylindrical-coordinate representation of color #48404F: hue angle of 272º 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 #48404F is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 64 79 -
CMYK 0.09 0.19 0 0.69
HSL 272º 0.1% 0.28% -
HSV(B) 272º 0.19% 0.31% -
XYZ 5.92 5.61 8.17 -
YUV 68.1 134.15 130.78 -
System Red Green Blue C M Y K H S L
Decimal 72 64 79 0.09 0.19 0 0.69 272 0.1 0.28
Hex 48 40 4F 9 13 0 45 110 A 1C
Octal 110 100 117 11 23 0 105 420 12 34
Binary 1001000 1000000 1001111 1001 10011 0 1000101 100010000 1010 11100

Color Harmonies of #48404F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48404F

Black with #48404F

Text Example


Text Example

White with #48404F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48404F; }

 p { color: rgb(72,64,79); }

 H1.HeaderClassName
 {
   color: #48404F;
 }
 .AnyTagClassName
 {
   color: #48404F;
 }
</style>

background-color css

<style>
 a { background-color: #48404F; }

 a { background-color: rgb(72,64,79); }

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

border-color css

<style>
 span { border-color: #48404F; }

 span { border-color: rgb(72,64,79); }

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