Html Css Color HEX #483E57 Grape

📋 copy color: '#483E57'

red 72 ◦ green 62 ◦ blue 87

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

Shades of Grape #483E57

Tints of Grape #483E57

RGB

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

 GREEN value IS 62 (24.61% from 255) = 28.05%

 BLUE value IS 87 (34.38% from 255) = 39.37%

R = 32.58%
G = 28.05%
B = 39.37%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#483E57 (or 0x483E57) is known color: Grape. HEX triplet: 48, 3E and 57. RGB value is (72,62,87). Sum of RGB (Red+Green+Blue) = 72+62+87=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 62 (24.61% from 255 or 28.05% from 221); Blue value is 87 (34.38% from 255 or 39.37% from 221); Max value from RGB is 87 - color contains mainly: blue. Hex color #483E57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483E57 is #B7C1A8. Grayscale: #434343. Windows color (decimal): -12042665 or 5717576. OLE color: 5717576.

HSL color Cylindrical-coordinate representation of color #483E57: hue angle of 264º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #483E57 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 72 62 87 -
CMYK 0.17 0.29 0 0.66
HSL 264º 0.17% 0.29% -
HSV(B) 264º 0.29% 0.34% -
XYZ 6.12 5.51 9.76 -
YUV 67.84 138.81 130.97 -
System Red Green Blue C M Y K H S L
Decimal 72 62 87 0.17 0.29 0 0.66 264 0.17 0.29
Hex 48 3E 57 11 1D 0 42 108 11 1D
Octal 110 76 127 21 35 0 102 410 21 35
Binary 1001000 111110 1010111 10001 11101 0 1000010 100001000 10001 11101

Color Harmonies of #483E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483E57

Black with #483E57

Text Example


Text Example

White with #483E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483E57; }

 p { color: rgb(72,62,87); }

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

background-color css

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

 a { background-color: rgb(72,62,87); }

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

border-color css

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

 span { border-color: rgb(72,62,87); }

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