Html Css Color HEX #4B4883 Dark Slate Blue

📋 copy color: '#4B4883'

red 75 ◦ green 72 ◦ blue 131

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

Shades of Dark Slate Blue #4B4883

Tints of Dark Slate Blue #4B4883

RGB

 RED value IS 75 (29.69% from 255) = 26.98%

 GREEN value IS 72 (28.52% from 255) = 25.9%

 BLUE value IS 131 (51.56% from 255) = 47.12%

R = 26.98%
G = 25.9%
B = 47.12%

CMYK

 C value IS 0.43

 M value IS 0.45

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4B4883 (or 0x4B4883) is known color: Dark Slate Blue. HEX triplet: 4B, 48 and 83. RGB value is (75,72,131). Sum of RGB (Red+Green+Blue) = 75+72+131=278 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.98% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 131 (51.56% from 255 or 47.12% from 278); Max value from RGB is 131 - color contains mainly: blue. Hex color #4B4883 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4883 is #B4B77C. Grayscale: #4F4F4F. Windows color (decimal): -11843453 or 8603723. OLE color: 8603723.

HSL color Cylindrical-coordinate representation of color #4B4883: hue angle of 243.05º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4B4883 is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 75 72 131 -
CMYK 0.43 0.45 0 0.49
HSL 243.05º 0.29% 0.4% -
HSV(B) 243.05º 0.45% 0.51% -
XYZ 9.32 7.77 22.48 -
YUV 79.62 156.99 124.7 -
System Red Green Blue C M Y K H S L
Decimal 75 72 131 0.43 0.45 0 0.49 243.05 0.29 0.4
Hex 4B 48 83 2B 2D 0 31 F3 1D 28
Octal 113 110 203 53 55 0 61 363 35 50
Binary 1001011 1001000 10000011 101011 101101 0 110001 11110011 11101 101000

Color Harmonies of #4B4883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4883

Black with #4B4883

Text Example


Text Example

White with #4B4883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B4883; }

 p { color: rgb(75,72,131); }

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

background-color css

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

 a { background-color: rgb(75,72,131); }

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

border-color css

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

 span { border-color: rgb(75,72,131); }

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