Html Css Color HEX #48428A Dark Slate Blue

📋 copy color: '#48428A'

red 72 ◦ green 66 ◦ blue 138

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

Shades of Dark Slate Blue #48428A

Tints of Dark Slate Blue #48428A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 50%

R = 26.09%
G = 23.91%
B = 50%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#48428A (or 0x48428A) is known color: Dark Slate Blue. HEX triplet: 48, 42 and 8A. RGB value is (72,66,138). Sum of RGB (Red+Green+Blue) = 72+66+138=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 138 (54.30% from 255 or 50% from 276); Max value from RGB is 138 - color contains mainly: blue. Hex color #48428A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48428A is #B7BD75. Grayscale: #4B4B4B. Windows color (decimal): -12041590 or 9060936. OLE color: 9060936.

HSL color Cylindrical-coordinate representation of color #48428A: hue angle of 245º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #48428A is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 72 66 138 -
CMYK 0.48 0.52 0 0.46
HSL 245º 0.35% 0.4% -
HSV(B) 245º 0.52% 0.54% -
XYZ 9.21 7.11 24.93 -
YUV 76 162.99 125.15 -
System Red Green Blue C M Y K H S L
Decimal 72 66 138 0.48 0.52 0 0.46 245 0.35 0.4
Hex 48 42 8A 30 34 0 2E F5 23 28
Octal 110 102 212 60 64 0 56 365 43 50
Binary 1001000 1000010 10001010 110000 110100 0 101110 11110101 100011 101000

Color Harmonies of #48428A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48428A

Black with #48428A

Text Example


Text Example

White with #48428A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48428A; }

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

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

background-color css

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

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

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

border-color css

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

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

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