Html Css Color HEX #484390 Dark Slate Blue

📋 copy color: '#484390'

red 72 ◦ green 67 ◦ blue 144

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

Shades of Dark Slate Blue #484390

Tints of Dark Slate Blue #484390

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.67%

 BLUE value IS 144 (56.64% from 255) = 50.88%

R = 25.44%
G = 23.67%
B = 50.88%

CMYK

 C value IS 0.50

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#484390 (or 0x484390) is known color: Dark Slate Blue. HEX triplet: 48, 43 and 90. RGB value is (72,67,144). Sum of RGB (Red+Green+Blue) = 72+67+144=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 144 (56.64% from 255 or 50.88% from 283); Max value from RGB is 144 - color contains mainly: blue. Hex color #484390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484390 is #B7BC6F. Grayscale: #4C4C4C. Windows color (decimal): -12041328 or 9454408. OLE color: 9454408.

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

Color convert

RGB 72 67 144 -
CMYK 0.50 0.53 0 0.44
HSL 243.9º 0.36% 0.41% -
HSV(B) 243.9º 0.53% 0.56% -
XYZ 9.71 7.41 27.3 -
YUV 77.27 165.66 124.24 -
System Red Green Blue C M Y K H S L
Decimal 72 67 144 0.50 0.53 0 0.44 243.9 0.36 0.41
Hex 48 43 90 32 35 0 2C F4 24 29
Octal 110 103 220 62 65 0 54 364 44 51
Binary 1001000 1000011 10010000 110010 110101 0 101100 11110100 100100 101001

Color Harmonies of #484390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484390

Black with #484390

Text Example


Text Example

White with #484390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484390; }

 p { color: rgb(72,67,144); }

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

background-color css

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

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

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

border-color css

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

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

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