Html Css Color HEX #484294 Dark Slate Blue

📋 copy color: '#484294'

red 72 ◦ green 66 ◦ blue 148

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

Shades of Dark Slate Blue #484294

Tints of Dark Slate Blue #484294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 51.75%

R = 25.17%
G = 23.08%
B = 51.75%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#484294 (or 0x484294) is known color: Dark Slate Blue. HEX triplet: 48, 42 and 94. RGB value is (72,66,148). Sum of RGB (Red+Green+Blue) = 72+66+148=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 148 (58.20% from 255 or 51.75% from 286); Max value from RGB is 148 - color contains mainly: blue. Hex color #484294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484294 is #B7BD6B. Grayscale: #4C4C4C. Windows color (decimal): -12041580 or 9716296. OLE color: 9716296.

HSL color Cylindrical-coordinate representation of color #484294: hue angle of 244.39º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #484294 is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 66 148 -
CMYK 0.51 0.55 0 0.42
HSL 244.39º 0.38% 0.42% -
HSV(B) 244.39º 0.55% 0.58% -
XYZ 9.97 7.41 28.92 -
YUV 77.14 167.99 124.33 -
System Red Green Blue C M Y K H S L
Decimal 72 66 148 0.51 0.55 0 0.42 244.39 0.38 0.42
Hex 48 42 94 33 37 0 2A F4 26 2A
Octal 110 102 224 63 67 0 52 364 46 52
Binary 1001000 1000010 10010100 110011 110111 0 101010 11110100 100110 101010

Color Harmonies of #484294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484294

Black with #484294

Text Example


Text Example

White with #484294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484294; }

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

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

background-color css

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

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

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

border-color css

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

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

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