Html Css Color HEX #484888 Dark Slate Blue

📋 copy color: '#484888'

red 72 ◦ green 72 ◦ blue 136

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

Shades of Dark Slate Blue #484888

Tints of Dark Slate Blue #484888

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.71%

 BLUE value IS 136 (53.52% from 255) = 48.57%

R = 25.71%
G = 25.71%
B = 48.57%

CMYK

 C value IS 0.47

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#484888 (or 0x484888) is known color: Dark Slate Blue. HEX triplet: 48, 48 and 88. RGB value is (72,72,136). Sum of RGB (Red+Green+Blue) = 72+72+136=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 136 (53.52% from 255 or 48.57% from 280); Max value from RGB is 136 - color contains mainly: blue. Hex color #484888 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484888 is #B7B777. Grayscale: #4F4F4F. Windows color (decimal): -12040056 or 8931400. OLE color: 8931400.

HSL color Cylindrical-coordinate representation of color #484888: hue angle of 240º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #484888 is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 72 136 -
CMYK 0.47 0.47 0 0.47
HSL 240º 0.31% 0.41% -
HSV(B) 240º 0.47% 0.53% -
XYZ 9.43 7.79 24.3 -
YUV 79.3 160 122.8 -
System Red Green Blue C M Y K H S L
Decimal 72 72 136 0.47 0.47 0 0.47 240 0.31 0.41
Hex 48 48 88 2F 2F 0 2F F0 1F 29
Octal 110 110 210 57 57 0 57 360 37 51
Binary 1001000 1001000 10001000 101111 101111 0 101111 11110000 11111 101001

Color Harmonies of #484888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484888

Black with #484888

Text Example


Text Example

White with #484888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484888; }

 p { color: rgb(72,72,136); }

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

background-color css

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

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

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

border-color css

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

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

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