Html Css Color HEX #483885 Dark Slate Blue

📋 copy color: '#483885'

red 72 ◦ green 56 ◦ blue 133

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

Shades of Dark Slate Blue #483885

Tints of Dark Slate Blue #483885

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.46%

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

R = 27.59%
G = 21.46%
B = 50.96%

CMYK

 C value IS 0.46

 M value IS 0.58

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#483885 (or 0x483885) is known color: Dark Slate Blue. HEX triplet: 48, 38 and 85. RGB value is (72,56,133). Sum of RGB (Red+Green+Blue) = 72+56+133=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 133 (52.34% from 255 or 50.96% from 261); Max value from RGB is 133 - color contains mainly: blue. Hex color #483885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483885 is #B7C77A. Grayscale: #454545. Windows color (decimal): -12044155 or 8730696. OLE color: 8730696.

HSL color Cylindrical-coordinate representation of color #483885: hue angle of 252.47º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #483885 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 56 133 -
CMYK 0.46 0.58 0 0.48
HSL 252.47º 0.41% 0.37% -
HSV(B) 252.47º 0.58% 0.52% -
XYZ 8.32 5.9 22.89 -
YUV 69.56 163.8 129.74 -
System Red Green Blue C M Y K H S L
Decimal 72 56 133 0.46 0.58 0 0.48 252.47 0.41 0.37
Hex 48 38 85 2E 3A 0 30 FC 29 25
Octal 110 70 205 56 72 0 60 374 51 45
Binary 1001000 111000 10000101 101110 111010 0 110000 11111100 101001 100101

Color Harmonies of #483885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483885

Black with #483885

Text Example


Text Example

White with #483885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483885; }

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

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

background-color css

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

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

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

border-color css

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

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

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