#4B457C

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

Shades of Victoria #4B457C

Tints of Victoria #4B457C

Color information

#4B457C (or 0x4B457C) is unknown color: approx Victoria. HEX triplet: 4B, 45 and 7C. RGB value is (75,69,124). Sum of RGB (Red+Green+Blue) = 75+69+124=268 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.99% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 124 - color contains mainly: blue. Hex color #4B457C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B457C is #B4BA83. Grayscale: #4C4C4C. Windows color (decimal): -11844228 or 8144203. OLE color: 8144203.

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

Color convert

RGB7569124-
CMYK0.400.4400.51
HSL246.55º28.5%37.84%-
HSV(B)246.55º44.35%48.63%-
XYZ8.677.2120-
YUV77.06154.49126.53-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.99%
GREEN value IS 69 (27.34% from 255) = 25.75%
BLUE value IS 124 (48.83% from 255) = 46.27%
R=27.99%
G=25.75%
B=46.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal75691240.400.4400.51246.5528.537.84
Hex4B457C282C033f71c26
Octal11310517450540633673446
Binary10010111000101111110010100010110001100111111011111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B457C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,69,124); }

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

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

 a { background-color: rgb(75,69,124); }

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

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

 span { border-color: rgb(75,69,124); }

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