Html Css Color HEX #4D4B83 Victoria

📋 copy color: '#4D4B83'

red 77 ◦ green 75 ◦ blue 131

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

Shades of Victoria #4D4B83

Tints of Victoria #4D4B83

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.5%

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

R = 27.21%
G = 26.5%
B = 46.29%

CMYK

 C value IS 0.41

 M value IS 0.43

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4D4B83 (or 0x4D4B83) is known color: Victoria. HEX triplet: 4D, 4B and 83. RGB value is (77,75,131). Sum of RGB (Red+Green+Blue) = 77+75+131=283 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.21% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 131 (51.56% from 255 or 46.29% from 283); Max value from RGB is 131 - color contains mainly: blue. Hex color #4D4B83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4B83 is #B2B47C. Grayscale: #515151. Windows color (decimal): -11711613 or 8604493. OLE color: 8604493.

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

Color convert

RGB 77 75 131 -
CMYK 0.41 0.43 0 0.49
HSL 242.14º 0.27% 0.4% -
HSV(B) 242.14º 0.43% 0.51% -
XYZ 9.67 8.25 22.56 -
YUV 81.98 155.66 124.45 -
System Red Green Blue C M Y K H S L
Decimal 77 75 131 0.41 0.43 0 0.49 242.14 0.27 0.4
Hex 4D 4B 83 29 2B 0 31 F2 1B 28
Octal 115 113 203 51 53 0 61 362 33 50
Binary 1001101 1001011 10000011 101001 101011 0 110001 11110010 11011 101000

Color Harmonies of #4D4B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4B83

Black with #4D4B83

Text Example


Text Example

White with #4D4B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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