Html Css Color HEX #4C4379 Victoria

📋 copy color: '#4C4379'

red 76 ◦ green 67 ◦ blue 121

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

Shades of Victoria #4C4379

Tints of Victoria #4C4379

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.38%

 BLUE value IS 121 (47.66% from 255) = 45.83%

R = 28.79%
G = 25.38%
B = 45.83%

CMYK

 C value IS 0.37

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4C4379 (or 0x4C4379) is known color: Victoria. HEX triplet: 4C, 43 and 79. RGB value is (76,67,121). Sum of RGB (Red+Green+Blue) = 76+67+121=264 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.79% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 121 (47.66% from 255 or 45.83% from 264); Max value from RGB is 121 - color contains mainly: blue. Hex color #4C4379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4379 is #B3BC86. Grayscale: #4B4B4B. Windows color (decimal): -11779207 or 7947084. OLE color: 7947084.

HSL color Cylindrical-coordinate representation of color #4C4379: hue angle of 250º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4C4379 is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 76 67 121 -
CMYK 0.37 0.45 0 0.53
HSL 250º 0.29% 0.37% -
HSV(B) 250º 0.45% 0.47% -
XYZ 8.44 6.93 18.98 -
YUV 75.85 153.48 128.11 -
System Red Green Blue C M Y K H S L
Decimal 76 67 121 0.37 0.45 0 0.53 250 0.29 0.37
Hex 4C 43 79 25 2D 0 35 FA 1D 25
Octal 114 103 171 45 55 0 65 372 35 45
Binary 1001100 1000011 1111001 100101 101101 0 110101 11111010 11101 100101

Color Harmonies of #4C4379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4379

Black with #4C4379

Text Example


Text Example

White with #4C4379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,67,121); }

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

background-color css

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

 a { background-color: rgb(76,67,121); }

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

border-color css

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

 span { border-color: rgb(76,67,121); }

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