Html Css Color HEX #484093 Dark Slate Blue

📋 copy color: '#484093'

red 72 ◦ green 64 ◦ blue 147

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

Shades of Dark Slate Blue #484093

Tints of Dark Slate Blue #484093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 51.94%

R = 25.44%
G = 22.61%
B = 51.94%

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

#484093 (or 0x484093) is known color: Dark Slate Blue. HEX triplet: 48, 40 and 93. RGB value is (72,64,147). Sum of RGB (Red+Green+Blue) = 72+64+147=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 147 (57.81% from 255 or 51.94% from 283); Max value from RGB is 147 - color contains mainly: blue. Hex color #484093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484093 is #B7BF6C. Grayscale: #4B4B4B. Windows color (decimal): -12042093 or 9650248. OLE color: 9650248.

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

Color convert

RGB 72 64 147 -
CMYK 0.51 0.56 0 0.42
HSL 245.78º 0.39% 0.41% -
HSV(B) 245.78º 0.56% 0.58% -
XYZ 9.77 7.15 28.47 -
YUV 75.85 168.15 125.25 -
System Red Green Blue C M Y K H S L
Decimal 72 64 147 0.51 0.56 0 0.42 245.78 0.39 0.41
Hex 48 40 93 33 38 0 2A F6 27 29
Octal 110 100 223 63 70 0 52 366 47 51
Binary 1001000 1000000 10010011 110011 111000 0 101010 11110110 100111 101001

Color Harmonies of #484093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484093

Black with #484093

Text Example


Text Example

White with #484093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484093; }

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

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

background-color css

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

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

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

border-color css

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

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

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