Html Css Color HEX #4C4478 Victoria

📋 copy color: '#4C4478'

red 76 ◦ green 68 ◦ blue 120

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

Shades of Victoria #4C4478

Tints of Victoria #4C4478

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.76%

 BLUE value IS 120 (47.27% from 255) = 45.45%

R = 28.79%
G = 25.76%
B = 45.45%

CMYK

 C value IS 0.37

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4C4478 (or 0x4C4478) is known color: Victoria. HEX triplet: 4C, 44 and 78. RGB value is (76,68,120). Sum of RGB (Red+Green+Blue) = 76+68+120=264 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.79% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 120 - color contains mainly: blue. Hex color #4C4478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4478 is #B3BB87. Grayscale: #4C4C4C. Windows color (decimal): -11778952 or 7881804. OLE color: 7881804.

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

Color convert

RGB 76 68 120 -
CMYK 0.37 0.43 0 0.53
HSL 249.23º 0.28% 0.37% -
HSV(B) 249.23º 0.43% 0.47% -
XYZ 8.44 7.03 18.68 -
YUV 76.32 152.65 127.77 -
System Red Green Blue C M Y K H S L
Decimal 76 68 120 0.37 0.43 0 0.53 249.23 0.28 0.37
Hex 4C 44 78 25 2B 0 35 F9 1C 25
Octal 114 104 170 45 53 0 65 371 34 45
Binary 1001100 1000100 1111000 100101 101011 0 110101 11111001 11100 100101

Color Harmonies of #4C4478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4478

Black with #4C4478

Text Example


Text Example

White with #4C4478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,68,120); }

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

background-color css

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

 a { background-color: rgb(76,68,120); }

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

border-color css

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

 span { border-color: rgb(76,68,120); }

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