Html Css Color HEX #4C417A Victoria

📋 copy color: '#4C417A'

red 76 ◦ green 65 ◦ blue 122

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

Shades of Victoria #4C417A

Tints of Victoria #4C417A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 46.39%

R = 28.9%
G = 24.71%
B = 46.39%

CMYK

 C value IS 0.38

 M value IS 0.47

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4C417A (or 0x4C417A) is known color: Victoria. HEX triplet: 4C, 41 and 7A. RGB value is (76,65,122). Sum of RGB (Red+Green+Blue) = 76+65+122=263 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.90% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 122 (48.05% from 255 or 46.39% from 263); Max value from RGB is 122 - color contains mainly: blue. Hex color #4C417A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C417A is #B3BE85. Grayscale: #4A4A4A. Windows color (decimal): -11779718 or 8012108. OLE color: 8012108.

HSL color Cylindrical-coordinate representation of color #4C417A: hue angle of 251.58º 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 #4C417A is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 76 65 122 -
CMYK 0.38 0.47 0 0.52
HSL 251.58º 0.3% 0.37% -
HSV(B) 251.58º 0.47% 0.48% -
XYZ 8.38 6.72 19.27 -
YUV 74.79 154.64 128.87 -
System Red Green Blue C M Y K H S L
Decimal 76 65 122 0.38 0.47 0 0.52 251.58 0.3 0.37
Hex 4C 41 7A 26 2F 0 34 FC 1E 25
Octal 114 101 172 46 57 0 64 374 36 45
Binary 1001100 1000001 1111010 100110 101111 0 110100 11111100 11110 100101

Color Harmonies of #4C417A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C417A

Black with #4C417A

Text Example


Text Example

White with #4C417A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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