#4E447E

Color #4E447E Victoria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Victoria #4E447E

Tints of Victoria #4E447E

Color information

#4E447E (or 0x4E447E) is unknown color: approx Victoria. HEX triplet: 4E, 44 and 7E. RGB value is (78,68,126). Sum of RGB (Red+Green+Blue) = 78+68+126=272 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.68% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 126 (49.61% from 255 or 46.32% from 272); Max value from RGB is 126 - color contains mainly: blue. Hex color #4E447E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E447E is #B1BB81. Grayscale: #4D4D4D. Windows color (decimal): -11647874 or 8275022. OLE color: 8275022.

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

Color convert

RGB7868126-
CMYK0.380.4600.51
HSL250.34º29.9%38.04%-
HSV(B)250.34º46.03%49.41%-
XYZ8.977.2620.67-
YUV77.6155.31128.28-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.68%
GREEN value IS 68 (26.95% from 255) = 25%
BLUE value IS 126 (49.61% from 255) = 46.32%
R=28.68%
G=25%
B=46.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal78681260.380.4600.51250.3429.938.04
Hex4E447E262E033fa1e26
Octal11610417646560633723646
Binary10011101000100111111010011010111001100111111101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E447E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,68,126); }

 H1.HeaderClassName
 {
   color: #4E447E;
 }
 .AnyTagClassName
 {
   color: #4E447E;
 }
</style>
background-color css

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

 a { background-color: rgb(78,68,126); }

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

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

 span { border-color: rgb(78,68,126); }

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