Html Css Color HEX #4C417D Victoria

📋 copy color: '#4C417D'

red 76 ◦ green 65 ◦ blue 125

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

Shades of Victoria #4C417D

Tints of Victoria #4C417D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 46.99%

R = 28.57%
G = 24.44%
B = 46.99%

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

#4C417D (or 0x4C417D) is known color: Victoria. HEX triplet: 4C, 41 and 7D. RGB value is (76,65,125). Sum of RGB (Red+Green+Blue) = 76+65+125=266 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.57% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 125 (49.22% from 255 or 46.99% from 266); Max value from RGB is 125 - color contains mainly: blue. Hex color #4C417D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C417D is #B3BE82. Grayscale: #4A4A4A. Windows color (decimal): -11779715 or 8208716. OLE color: 8208716.

HSL color Cylindrical-coordinate representation of color #4C417D: hue angle of 251º degrees, saturation: 0.32, 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 #4C417D is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 76 65 125 -
CMYK 0.39 0.48 0 0.51
HSL 251º 0.32% 0.37% -
HSV(B) 251º 0.48% 0.49% -
XYZ 8.57 6.8 20.26 -
YUV 75.13 156.14 128.62 -
System Red Green Blue C M Y K H S L
Decimal 76 65 125 0.39 0.48 0 0.51 251 0.32 0.37
Hex 4C 41 7D 27 30 0 33 FB 20 25
Octal 114 101 175 47 60 0 63 373 40 45
Binary 1001100 1000001 1111101 100111 110000 0 110011 11111011 100000 100101

Color Harmonies of #4C417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C417D

Black with #4C417D

Text Example


Text Example

White with #4C417D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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