Html Css Color HEX #484091 Dark Slate Blue

📋 copy color: '#484091'

red 72 ◦ green 64 ◦ blue 145

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

Shades of Dark Slate Blue #484091

Tints of Dark Slate Blue #484091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 51.6%

R = 25.62%
G = 22.78%
B = 51.6%

CMYK

 C value IS 0.50

 M value IS 0.56

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#484091 (or 0x484091) is known color: Dark Slate Blue. HEX triplet: 48, 40 and 91. RGB value is (72,64,145). Sum of RGB (Red+Green+Blue) = 72+64+145=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 145 (57.03% from 255 or 51.60% from 281); Max value from RGB is 145 - color contains mainly: blue. Hex color #484091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484091 is #B7BF6E. Grayscale: #4B4B4B. Windows color (decimal): -12042095 or 9519176. OLE color: 9519176.

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

Color convert

RGB 72 64 145 -
CMYK 0.50 0.56 0 0.43
HSL 245.93º 0.39% 0.41% -
HSV(B) 245.93º 0.56% 0.57% -
XYZ 9.62 7.09 27.65 -
YUV 75.63 167.15 125.41 -
System Red Green Blue C M Y K H S L
Decimal 72 64 145 0.50 0.56 0 0.43 245.93 0.39 0.41
Hex 48 40 91 32 38 0 2B F6 27 29
Octal 110 100 221 62 70 0 53 366 47 51
Binary 1001000 1000000 10010001 110010 111000 0 101011 11110110 100111 101001

Color Harmonies of #484091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484091

Black with #484091

Text Example


Text Example

White with #484091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484091; }

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

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

background-color css

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

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

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

border-color css

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

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

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