Html Css Color HEX #483D90 Dark Slate Blue

📋 copy color: '#483D90'

red 72 ◦ green 61 ◦ blue 144

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

Shades of Dark Slate Blue #483D90

Tints of Dark Slate Blue #483D90

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.02%

 BLUE value IS 144 (56.64% from 255) = 51.99%

R = 25.99%
G = 22.02%
B = 51.99%

CMYK

 C value IS 0.50

 M value IS 0.58

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#483D90 (or 0x483D90) is known color: Dark Slate Blue. HEX triplet: 48, 3D and 90. RGB value is (72,61,144). Sum of RGB (Red+Green+Blue) = 72+61+144=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 61 (24.22% from 255 or 22.02% from 277); Blue value is 144 (56.64% from 255 or 51.99% from 277); Max value from RGB is 144 - color contains mainly: blue. Hex color #483D90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483D90 is #B7C26F. Grayscale: #494949. Windows color (decimal): -12042864 or 9452872. OLE color: 9452872.

HSL color Cylindrical-coordinate representation of color #483D90: hue angle of 247.95º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #483D90 is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 61 144 -
CMYK 0.50 0.58 0 0.44
HSL 247.95º 0.4% 0.4% -
HSV(B) 247.95º 0.58% 0.56% -
XYZ 9.38 6.73 27.19 -
YUV 73.75 167.64 126.75 -
System Red Green Blue C M Y K H S L
Decimal 72 61 144 0.50 0.58 0 0.44 247.95 0.4 0.4
Hex 48 3D 90 32 3A 0 2C F8 28 28
Octal 110 75 220 62 72 0 54 370 50 50
Binary 1001000 111101 10010000 110010 111010 0 101100 11111000 101000 101000

Color Harmonies of #483D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483D90

Black with #483D90

Text Example


Text Example

White with #483D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483D90; }

 p { color: rgb(72,61,144); }

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

background-color css

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

 a { background-color: rgb(72,61,144); }

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

border-color css

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

 span { border-color: rgb(72,61,144); }

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