Html Css Color HEX #4C4377 Victoria

📋 copy color: '#4C4377'

red 76 ◦ green 67 ◦ blue 119

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

Shades of Victoria #4C4377

Tints of Victoria #4C4377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 45.42%

R = 29.01%
G = 25.57%
B = 45.42%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4C4377 (or 0x4C4377) is known color: Victoria. HEX triplet: 4C, 43 and 77. RGB value is (76,67,119). Sum of RGB (Red+Green+Blue) = 76+67+119=262 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.01% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 119 (46.88% from 255 or 45.42% from 262); Max value from RGB is 119 - color contains mainly: blue. Hex color #4C4377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4377 is #B3BC88. Grayscale: #4B4B4B. Windows color (decimal): -11779209 or 7816012. OLE color: 7816012.

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

Color convert

RGB 76 67 119 -
CMYK 0.36 0.44 0 0.53
HSL 250.38º 0.28% 0.36% -
HSV(B) 250.38º 0.44% 0.47% -
XYZ 8.32 6.88 18.34 -
YUV 75.62 152.48 128.27 -
System Red Green Blue C M Y K H S L
Decimal 76 67 119 0.36 0.44 0 0.53 250.38 0.28 0.36
Hex 4C 43 77 24 2C 0 35 FA 1C 24
Octal 114 103 167 44 54 0 65 372 34 44
Binary 1001100 1000011 1110111 100100 101100 0 110101 11111010 11100 100100

Color Harmonies of #4C4377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4377

Black with #4C4377

Text Example


Text Example

White with #4C4377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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