Html Css Color HEX #4C497E Victoria

📋 copy color: '#4C497E'

red 76 ◦ green 73 ◦ blue 126

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

Shades of Victoria #4C497E

Tints of Victoria #4C497E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 45.82%

R = 27.64%
G = 26.55%
B = 45.82%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4C497E (or 0x4C497E) is known color: Victoria. HEX triplet: 4C, 49 and 7E. RGB value is (76,73,126). Sum of RGB (Red+Green+Blue) = 76+73+126=275 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.64% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 126 (49.61% from 255 or 45.82% from 275); Max value from RGB is 126 - color contains mainly: blue. Hex color #4C497E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C497E is #B3B681. Grayscale: #4F4F4F. Windows color (decimal): -11777666 or 8276300. OLE color: 8276300.

HSL color Cylindrical-coordinate representation of color #4C497E: hue angle of 243.4º degrees, saturation: 0.27, 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 #4C497E is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 76 73 126 -
CMYK 0.40 0.42 0 0.51
HSL 243.4º 0.27% 0.39% -
HSV(B) 243.4º 0.42% 0.49% -
XYZ 9.13 7.81 20.76 -
YUV 79.94 153.99 125.19 -
System Red Green Blue C M Y K H S L
Decimal 76 73 126 0.40 0.42 0 0.51 243.4 0.27 0.39
Hex 4C 49 7E 28 2A 0 33 F3 1B 27
Octal 114 111 176 50 52 0 63 363 33 47
Binary 1001100 1001001 1111110 101000 101010 0 110011 11110011 11011 100111

Color Harmonies of #4C497E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C497E

Black with #4C497E

Text Example


Text Example

White with #4C497E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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