Html Css Color HEX #483A8B Dark Slate Blue

📋 copy color: '#483A8B'

red 72 ◦ green 58 ◦ blue 139

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

Shades of Dark Slate Blue #483A8B

Tints of Dark Slate Blue #483A8B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.56%

 BLUE value IS 139 (54.69% from 255) = 51.67%

R = 26.77%
G = 21.56%
B = 51.67%

CMYK

 C value IS 0.48

 M value IS 0.58

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#483A8B (or 0x483A8B) is known color: Dark Slate Blue. HEX triplet: 48, 3A and 8B. RGB value is (72,58,139). Sum of RGB (Red+Green+Blue) = 72+58+139=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 139 (54.69% from 255 or 51.67% from 269); Max value from RGB is 139 - color contains mainly: blue. Hex color #483A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483A8B is #B7C574. Grayscale: #474747. Windows color (decimal): -12043637 or 9124424. OLE color: 9124424.

HSL color Cylindrical-coordinate representation of color #483A8B: hue angle of 250.37º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #483A8B is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 58 139 -
CMYK 0.48 0.58 0 0.45
HSL 250.37º 0.41% 0.39% -
HSV(B) 250.37º 0.58% 0.55% -
XYZ 8.85 6.27 25.17 -
YUV 71.42 166.14 128.41 -
System Red Green Blue C M Y K H S L
Decimal 72 58 139 0.48 0.58 0 0.45 250.37 0.41 0.39
Hex 48 3A 8B 30 3A 0 2D FA 29 27
Octal 110 72 213 60 72 0 55 372 51 47
Binary 1001000 111010 10001011 110000 111010 0 101101 11111010 101001 100111

Color Harmonies of #483A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483A8B

Black with #483A8B

Text Example


Text Example

White with #483A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,58,139); }

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

background-color css

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

 a { background-color: rgb(72,58,139); }

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

border-color css

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

 span { border-color: rgb(72,58,139); }

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