Html Css Color HEX #483F85 Dark Slate Blue

📋 copy color: '#483F85'

red 72 ◦ green 63 ◦ blue 133

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

Shades of Dark Slate Blue #483F85

Tints of Dark Slate Blue #483F85

RGB

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

 GREEN value IS 63 (25% from 255) = 23.51%

 BLUE value IS 133 (52.34% from 255) = 49.63%

R = 26.87%
G = 23.51%
B = 49.63%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#483F85 (or 0x483F85) is known color: Dark Slate Blue. HEX triplet: 48, 3F and 85. RGB value is (72,63,133). Sum of RGB (Red+Green+Blue) = 72+63+133=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 63 (25% from 255 or 23.51% from 268); Blue value is 133 (52.34% from 255 or 49.63% from 268); Max value from RGB is 133 - color contains mainly: blue. Hex color #483F85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483F85 is #B7C07A. Grayscale: #494949. Windows color (decimal): -12042363 or 8732488. OLE color: 8732488.

HSL color Cylindrical-coordinate representation of color #483F85: hue angle of 247.71º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #483F85 is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 63 133 -
CMYK 0.46 0.53 0 0.48
HSL 247.71º 0.36% 0.38% -
HSV(B) 247.71º 0.53% 0.52% -
XYZ 8.68 6.63 23.01 -
YUV 73.67 161.48 126.81 -
System Red Green Blue C M Y K H S L
Decimal 72 63 133 0.46 0.53 0 0.48 247.71 0.36 0.38
Hex 48 3F 85 2E 35 0 30 F8 24 26
Octal 110 77 205 56 65 0 60 370 44 46
Binary 1001000 111111 10000101 101110 110101 0 110000 11111000 100100 100110

Color Harmonies of #483F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483F85

Black with #483F85

Text Example


Text Example

White with #483F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,63,133); }

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

background-color css

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

 a { background-color: rgb(72,63,133); }

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

border-color css

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

 span { border-color: rgb(72,63,133); }

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