Html Css Color HEX #4C497D Victoria

📋 copy color: '#4C497D'

red 76 ◦ green 73 ◦ blue 125

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

Shades of Victoria #4C497D

Tints of Victoria #4C497D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.64%

 BLUE value IS 125 (49.22% from 255) = 45.62%

R = 27.74%
G = 26.64%
B = 45.62%

CMYK

 C value IS 0.39

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4C497D (or 0x4C497D) is known color: Victoria. HEX triplet: 4C, 49 and 7D. RGB value is (76,73,125). Sum of RGB (Red+Green+Blue) = 76+73+125=274 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.74% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 125 (49.22% from 255 or 45.62% from 274); Max value from RGB is 125 - color contains mainly: blue. Hex color #4C497D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C497D is #B3B682. Grayscale: #4F4F4F. Windows color (decimal): -11777667 or 8210764. OLE color: 8210764.

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

Color convert

RGB 76 73 125 -
CMYK 0.39 0.42 0 0.51
HSL 243.46º 0.26% 0.39% -
HSV(B) 243.46º 0.42% 0.49% -
XYZ 9.06 7.78 20.43 -
YUV 79.83 153.49 125.27 -
System Red Green Blue C M Y K H S L
Decimal 76 73 125 0.39 0.42 0 0.51 243.46 0.26 0.39
Hex 4C 49 7D 27 2A 0 33 F3 1A 27
Octal 114 111 175 47 52 0 63 363 32 47
Binary 1001100 1001001 1111101 100111 101010 0 110011 11110011 11010 100111

Color Harmonies of #4C497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C497D

Black with #4C497D

Text Example


Text Example

White with #4C497D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,73,125); }

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

background-color css

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

 a { background-color: rgb(76,73,125); }

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

border-color css

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

 span { border-color: rgb(76,73,125); }

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