#4C437B

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

Shades of Victoria #4C437B

Tints of Victoria #4C437B

Color information

#4C437B (or 0x4C437B) is unknown color: approx Victoria. HEX triplet: 4C, 43 and 7B. RGB value is (76,67,123). Sum of RGB (Red+Green+Blue) = 76+67+123=266 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.57% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 123 (48.44% from 255 or 46.24% from 266); Max value from RGB is 123 - color contains mainly: blue. Hex color #4C437B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C437B is #B3BC84. Grayscale: #4B4B4B. Windows color (decimal): -11779205 or 8078156. OLE color: 8078156.

HSL color Cylindrical-coordinate representation of color #4C437B: hue angle of 249.64º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C437B is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7667123-
CMYK0.380.4600.52
HSL249.64º29.47%37.25%-
HSV(B)249.64º45.53%48.24%-
XYZ8.566.9819.64-
YUV76.08154.48127.95-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.57%
GREEN value IS 67 (26.56% from 255) = 25.19%
BLUE value IS 123 (48.44% from 255) = 46.24%
R=28.57%
G=25.19%
B=46.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal76671230.380.4600.52249.6429.4737.25
Hex4C437B262E034fa1d25
Octal11410317346560643723545
Binary10011001000011111101110011010111001101001111101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C437B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,67,123); }

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

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

 a { background-color: rgb(76,67,123); }

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

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

 span { border-color: rgb(76,67,123); }

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