Html Css Color HEX #4E5082 Victoria

📋 copy color: '#4E5082'

red 78 ◦ green 80 ◦ blue 130

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

Shades of Victoria #4E5082

Tints of Victoria #4E5082

RGB

 RED value IS 78 (30.86% from 255) = 27.08%

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

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

R = 27.08%
G = 27.78%
B = 45.14%

CMYK

 C value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4E5082 (or 0x4E5082) is known color: Victoria. HEX triplet: 4E, 50 and 82. RGB value is (78,80,130). Sum of RGB (Red+Green+Blue) = 78+80+130=288 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.08% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 130 (51.17% from 255 or 45.14% from 288); Max value from RGB is 130 - color contains mainly: blue. Hex color #4E5082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5082 is #B1AF7D. Grayscale: #545454. Windows color (decimal): -11644798 or 8540238. OLE color: 8540238.

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

Color convert

RGB 78 80 130 -
CMYK 0.40 0.38 0 0.49
HSL 237.69º 0.25% 0.41% -
HSV(B) 237.69º 0.4% 0.51% -
XYZ 10.04 8.97 22.32 -
YUV 85.1 153.34 122.93 -
System Red Green Blue C M Y K H S L
Decimal 78 80 130 0.40 0.38 0 0.49 237.69 0.25 0.41
Hex 4E 50 82 28 26 0 31 EE 19 29
Octal 116 120 202 50 46 0 61 356 31 51
Binary 1001110 1010000 10000010 101000 100110 0 110001 11101110 11001 101001

Color Harmonies of #4E5082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5082

Black with #4E5082

Text Example


Text Example

White with #4E5082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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