Html Css Color HEX #484258 Grape

📋 copy color: '#484258'

red 72 ◦ green 66 ◦ blue 88

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

Shades of Grape #484258

Tints of Grape #484258

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.2%

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

R = 31.86%
G = 29.2%
B = 38.94%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#484258 (or 0x484258) is known color: Grape. HEX triplet: 48, 42 and 58. RGB value is (72,66,88). Sum of RGB (Red+Green+Blue) = 72+66+88=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 88 (34.77% from 255 or 38.94% from 226); Max value from RGB is 88 - color contains mainly: blue. Hex color #484258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484258 is #B7BDA7. Grayscale: #464646. Windows color (decimal): -12041640 or 5784136. OLE color: 5784136.

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

Color convert

RGB 72 66 88 -
CMYK 0.18 0.25 0 0.65
HSL 256.36º 0.14% 0.3% -
HSV(B) 256.36º 0.25% 0.35% -
XYZ 6.38 5.98 10.05 -
YUV 70.3 137.99 129.21 -
System Red Green Blue C M Y K H S L
Decimal 72 66 88 0.18 0.25 0 0.65 256.36 0.14 0.3
Hex 48 42 58 12 19 0 41 100 E 1E
Octal 110 102 130 22 31 0 101 400 16 36
Binary 1001000 1000010 1011000 10010 11001 0 1000001 100000000 1110 11110

Color Harmonies of #484258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484258

Black with #484258

Text Example


Text Example

White with #484258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484258; }

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

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

background-color css

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

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

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

border-color css

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

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

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