Html Css Color HEX #483758 Jagger

📋 copy color: '#483758'

red 72 ◦ green 55 ◦ blue 88

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

Shades of Jagger #483758

Tints of Jagger #483758

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.58%

 BLUE value IS 88 (34.77% from 255) = 40.93%

R = 33.49%
G = 25.58%
B = 40.93%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#483758 (or 0x483758) is known color: Jagger. HEX triplet: 48, 37 and 58. RGB value is (72,55,88). Sum of RGB (Red+Green+Blue) = 72+55+88=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 88 (34.77% from 255 or 40.93% from 215); Max value from RGB is 88 - color contains mainly: blue. Hex color #483758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483758 is #B7C8A7. Grayscale: #3F3F3F. Windows color (decimal): -12044456 or 5781320. OLE color: 5781320.

HSL color Cylindrical-coordinate representation of color #483758: hue angle of 270.91º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #483758 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 55 88 -
CMYK 0.18 0.38 0 0.65
HSL 270.91º 0.23% 0.28% -
HSV(B) 270.91º 0.38% 0.35% -
XYZ 5.8 4.81 9.86 -
YUV 63.85 141.63 133.82 -
System Red Green Blue C M Y K H S L
Decimal 72 55 88 0.18 0.38 0 0.65 270.91 0.23 0.28
Hex 48 37 58 12 26 0 41 10F 17 1C
Octal 110 67 130 22 46 0 101 417 27 34
Binary 1001000 110111 1011000 10010 100110 0 1000001 100001111 10111 11100

Color Harmonies of #483758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483758

Black with #483758

Text Example


Text Example

White with #483758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483758; }

 p { color: rgb(72,55,88); }

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

background-color css

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

 a { background-color: rgb(72,55,88); }

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

border-color css

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

 span { border-color: rgb(72,55,88); }

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