Html Css Color HEX #484194 Dark Slate Blue

📋 copy color: '#484194'

red 72 ◦ green 65 ◦ blue 148

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

Shades of Dark Slate Blue #484194

Tints of Dark Slate Blue #484194

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.81%

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

R = 25.26%
G = 22.81%
B = 51.93%

CMYK

 C value IS 0.51

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#484194 (or 0x484194) is known color: Dark Slate Blue. HEX triplet: 48, 41 and 94. RGB value is (72,65,148). Sum of RGB (Red+Green+Blue) = 72+65+148=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 148 (58.20% from 255 or 51.93% from 285); Max value from RGB is 148 - color contains mainly: blue. Hex color #484194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484194 is #B7BE6B. Grayscale: #4C4C4C. Windows color (decimal): -12041836 or 9716040. OLE color: 9716040.

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

Color convert

RGB 72 65 148 -
CMYK 0.51 0.56 0 0.42
HSL 245.06º 0.39% 0.42% -
HSV(B) 245.06º 0.56% 0.58% -
XYZ 9.91 7.3 28.9 -
YUV 76.56 168.32 124.75 -
System Red Green Blue C M Y K H S L
Decimal 72 65 148 0.51 0.56 0 0.42 245.06 0.39 0.42
Hex 48 41 94 33 38 0 2A F5 27 2A
Octal 110 101 224 63 70 0 52 365 47 52
Binary 1001000 1000001 10010100 110011 111000 0 101010 11110101 100111 101010

Color Harmonies of #484194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484194

Black with #484194

Text Example


Text Example

White with #484194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484194; }

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

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

background-color css

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

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

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

border-color css

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

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

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