Html Css Color HEX #484094 Dark Slate Blue

📋 copy color: '#484094'

red 72 ◦ green 64 ◦ blue 148

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

Shades of Dark Slate Blue #484094

Tints of Dark Slate Blue #484094

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.54%

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

R = 25.35%
G = 22.54%
B = 52.11%

CMYK

 C value IS 0.51

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#484094 (or 0x484094) is known color: Dark Slate Blue. HEX triplet: 48, 40 and 94. RGB value is (72,64,148). Sum of RGB (Red+Green+Blue) = 72+64+148=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 148 (58.20% from 255 or 52.11% from 284); Max value from RGB is 148 - color contains mainly: blue. Hex color #484094 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484094 is #B7BF6B. Grayscale: #4B4B4B. Windows color (decimal): -12042092 or 9715784. OLE color: 9715784.

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

Color convert

RGB 72 64 148 -
CMYK 0.51 0.57 0 0.42
HSL 245.71º 0.4% 0.42% -
HSV(B) 245.71º 0.57% 0.58% -
XYZ 9.85 7.18 28.88 -
YUV 75.97 168.65 125.17 -
System Red Green Blue C M Y K H S L
Decimal 72 64 148 0.51 0.57 0 0.42 245.71 0.4 0.42
Hex 48 40 94 33 39 0 2A F6 28 2A
Octal 110 100 224 63 71 0 52 366 50 52
Binary 1001000 1000000 10010100 110011 111001 0 101010 11110110 101000 101010

Color Harmonies of #484094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484094

Black with #484094

Text Example


Text Example

White with #484094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484094; }

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

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

background-color css

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

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

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

border-color css

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

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

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