Html Css Color HEX #4D5082 Jacksons Purple

📋 copy color: '#4D5082'

red 77 ◦ green 80 ◦ blue 130

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

Shades of Jacksons Purple #4D5082

Tints of Jacksons Purple #4D5082

RGB

 RED value IS 77 (30.47% from 255) = 26.83%

 GREEN value IS 80 (31.64% from 255) = 27.87%

 BLUE value IS 130 (51.17% from 255) = 45.3%

R = 26.83%
G = 27.87%
B = 45.3%

CMYK

 C value IS 0.41

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4D5082 (or 0x4D5082) is known color: Jacksons Purple. HEX triplet: 4D, 50 and 82. RGB value is (77,80,130). Sum of RGB (Red+Green+Blue) = 77+80+130=287 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.83% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 130 - color contains mainly: blue. Hex color #4D5082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5082 is #B2AF7D. Grayscale: #545454. Windows color (decimal): -11710334 or 8540237. OLE color: 8540237.

HSL color Cylindrical-coordinate representation of color #4D5082: hue angle of 236.6º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4D5082 is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 77 80 130 -
CMYK 0.41 0.38 0 0.49
HSL 236.6º 0.26% 0.41% -
HSV(B) 236.6º 0.41% 0.51% -
XYZ 9.96 8.93 22.32 -
YUV 84.8 153.51 122.43 -
System Red Green Blue C M Y K H S L
Decimal 77 80 130 0.41 0.38 0 0.49 236.6 0.26 0.41
Hex 4D 50 82 29 26 0 31 ED 1A 29
Octal 115 120 202 51 46 0 61 355 32 51
Binary 1001101 1010000 10000010 101001 100110 0 110001 11101101 11010 101001

Color Harmonies of #4D5082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5082

Black with #4D5082

Text Example


Text Example

White with #4D5082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,80,130); }

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

background-color css

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

 a { background-color: rgb(77,80,130); }

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

border-color css

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

 span { border-color: rgb(77,80,130); }

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