Html Css Color HEX #483A8C Dark Slate Blue

📋 copy color: '#483A8C'

red 72 ◦ green 58 ◦ blue 140

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

Shades of Dark Slate Blue #483A8C

Tints of Dark Slate Blue #483A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 51.85%

R = 26.67%
G = 21.48%
B = 51.85%

CMYK

 C value IS 0.49

 M value IS 0.59

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#483A8C (or 0x483A8C) is known color: Dark Slate Blue. HEX triplet: 48, 3A and 8C. RGB value is (72,58,140). Sum of RGB (Red+Green+Blue) = 72+58+140=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 140 (55.08% from 255 or 51.85% from 270); Max value from RGB is 140 - color contains mainly: blue. Hex color #483A8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483A8C is #B7C573. Grayscale: #474747. Windows color (decimal): -12043636 or 9189960. OLE color: 9189960.

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

Color convert

RGB 72 58 140 -
CMYK 0.49 0.59 0 0.45
HSL 250.24º 0.41% 0.39% -
HSV(B) 250.24º 0.59% 0.55% -
XYZ 8.92 6.3 25.56 -
YUV 71.53 166.64 128.33 -
System Red Green Blue C M Y K H S L
Decimal 72 58 140 0.49 0.59 0 0.45 250.24 0.41 0.39
Hex 48 3A 8C 31 3B 0 2D FA 29 27
Octal 110 72 214 61 73 0 55 372 51 47
Binary 1001000 111010 10001100 110001 111011 0 101101 11111010 101001 100111

Color Harmonies of #483A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483A8C

Black with #483A8C

Text Example


Text Example

White with #483A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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