Html Css Color HEX #4C447C Victoria

📋 copy color: '#4C447C'

red 76 ◦ green 68 ◦ blue 124

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

Shades of Victoria #4C447C

Tints of Victoria #4C447C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 46.27%

R = 28.36%
G = 25.37%
B = 46.27%

CMYK

 C value IS 0.39

 M value IS 0.45

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4C447C (or 0x4C447C) is known color: Victoria. HEX triplet: 4C, 44 and 7C. RGB value is (76,68,124). Sum of RGB (Red+Green+Blue) = 76+68+124=268 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.36% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 124 - color contains mainly: blue. Hex color #4C447C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C447C is #B3BB83. Grayscale: #4C4C4C. Windows color (decimal): -11778948 or 8143948. OLE color: 8143948.

HSL color Cylindrical-coordinate representation of color #4C447C: hue angle of 248.57º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4C447C is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 76 68 124 -
CMYK 0.39 0.45 0 0.51
HSL 248.57º 0.29% 0.38% -
HSV(B) 248.57º 0.45% 0.49% -
XYZ 8.69 7.13 19.99 -
YUV 76.78 154.65 127.45 -
System Red Green Blue C M Y K H S L
Decimal 76 68 124 0.39 0.45 0 0.51 248.57 0.29 0.38
Hex 4C 44 7C 27 2D 0 33 F9 1D 26
Octal 114 104 174 47 55 0 63 371 35 46
Binary 1001100 1000100 1111100 100111 101101 0 110011 11111001 11101 100110

Color Harmonies of #4C447C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C447C

Black with #4C447C

Text Example


Text Example

White with #4C447C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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