#4B417A

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

Shades of Victoria #4B417A

Tints of Victoria #4B417A

Color information

#4B417A (or 0x4B417A) is unknown color: approx Victoria. HEX triplet: 4B, 41 and 7A. RGB value is (75,65,122). Sum of RGB (Red+Green+Blue) = 75+65+122=262 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.63% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 122 (48.05% from 255 or 46.56% from 262); Max value from RGB is 122 - color contains mainly: blue. Hex color #4B417A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B417A is #B4BE85. Grayscale: #4A4A4A. Windows color (decimal): -11845254 or 8012107. OLE color: 8012107.

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

Color convert

RGB7565122-
CMYK0.390.4700.52
HSL250.53º30.48%36.67%-
HSV(B)250.53º46.72%47.84%-
XYZ8.36.6819.26-
YUV74.49154.81128.37-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.63%
GREEN value IS 65 (25.78% from 255) = 24.81%
BLUE value IS 122 (48.05% from 255) = 46.56%
R=28.63%
G=24.81%
B=46.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal75651220.390.4700.52250.5330.4836.67
Hex4B417A272F034fb1e25
Octal11310117247570643733645
Binary10010111000001111101010011110111101101001111101111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B417A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,65,122); }

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

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

 a { background-color: rgb(75,65,122); }

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

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

 span { border-color: rgb(75,65,122); }

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