Html Css Color HEX #4C417C Victoria

📋 copy color: '#4C417C'

red 76 ◦ green 65 ◦ blue 124

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

Shades of Victoria #4C417C

Tints of Victoria #4C417C

RGB

 RED value IS 76 (30.08% from 255) = 28.68%

 GREEN value IS 65 (25.78% from 255) = 24.53%

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

R = 28.68%
G = 24.53%
B = 46.79%

CMYK

 C value IS 0.39

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4C417C (or 0x4C417C) is known color: Victoria. HEX triplet: 4C, 41 and 7C. RGB value is (76,65,124). Sum of RGB (Red+Green+Blue) = 76+65+124=265 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.68% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 124 - color contains mainly: blue. Hex color #4C417C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C417C is #B3BE83. Grayscale: #4A4A4A. Windows color (decimal): -11779716 or 8143180. OLE color: 8143180.

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

Color convert

RGB 76 65 124 -
CMYK 0.39 0.48 0 0.51
HSL 251.19º 0.31% 0.37% -
HSV(B) 251.19º 0.48% 0.49% -
XYZ 8.51 6.77 19.93 -
YUV 75.02 155.64 128.7 -
System Red Green Blue C M Y K H S L
Decimal 76 65 124 0.39 0.48 0 0.51 251.19 0.31 0.37
Hex 4C 41 7C 27 30 0 33 FB 1F 25
Octal 114 101 174 47 60 0 63 373 37 45
Binary 1001100 1000001 1111100 100111 110000 0 110011 11111011 11111 100101

Color Harmonies of #4C417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C417C

Black with #4C417C

Text Example


Text Example

White with #4C417C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,65,124); }

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

background-color css

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

 a { background-color: rgb(76,65,124); }

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

border-color css

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

 span { border-color: rgb(76,65,124); }

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