Html Css Color HEX #4B467C Victoria

📋 copy color: '#4B467C'

red 75 ◦ green 70 ◦ blue 124

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

Shades of Victoria #4B467C

Tints of Victoria #4B467C

RGB

 RED value IS 75 (29.69% from 255) = 27.88%

 GREEN value IS 70 (27.73% from 255) = 26.02%

 BLUE value IS 124 (48.83% from 255) = 46.1%

R = 27.88%
G = 26.02%
B = 46.1%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4B467C (or 0x4B467C) is known color: Victoria. HEX triplet: 4B, 46 and 7C. RGB value is (75,70,124). Sum of RGB (Red+Green+Blue) = 75+70+124=269 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.88% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 124 - color contains mainly: blue. Hex color #4B467C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B467C is #B4B983. Grayscale: #4D4D4D. Windows color (decimal): -11843972 or 8144459. OLE color: 8144459.

HSL color Cylindrical-coordinate representation of color #4B467C: hue angle of 245.56º 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 #4B467C is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 75 70 124 -
CMYK 0.40 0.44 0 0.51
HSL 245.56º 0.28% 0.38% -
HSV(B) 245.56º 0.44% 0.49% -
XYZ 8.73 7.33 20.02 -
YUV 77.65 154.16 126.11 -
System Red Green Blue C M Y K H S L
Decimal 75 70 124 0.40 0.44 0 0.51 245.56 0.28 0.38
Hex 4B 46 7C 28 2C 0 33 F6 1C 26
Octal 113 106 174 50 54 0 63 366 34 46
Binary 1001011 1000110 1111100 101000 101100 0 110011 11110110 11100 100110

Color Harmonies of #4B467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B467C

Black with #4B467C

Text Example


Text Example

White with #4B467C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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