Html Css Color HEX #4C447E Victoria

📋 copy color: '#4C447E'

red 76 ◦ green 68 ◦ blue 126

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

Shades of Victoria #4C447E

Tints of Victoria #4C447E

RGB

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

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

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

R = 28.15%
G = 25.19%
B = 46.67%

CMYK

 C value IS 0.40

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4C447E (or 0x4C447E) is known color: Victoria. HEX triplet: 4C, 44 and 7E. RGB value is (76,68,126). Sum of RGB (Red+Green+Blue) = 76+68+126=270 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.15% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 126 (49.61% from 255 or 46.67% from 270); Max value from RGB is 126 - color contains mainly: blue. Hex color #4C447E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C447E is #B3BB81. Grayscale: #4C4C4C. Windows color (decimal): -11778946 or 8275020. OLE color: 8275020.

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

Color convert

RGB 76 68 126 -
CMYK 0.40 0.46 0 0.51
HSL 248.28º 0.3% 0.38% -
HSV(B) 248.28º 0.46% 0.49% -
XYZ 8.81 7.18 20.66 -
YUV 77 155.65 127.28 -
System Red Green Blue C M Y K H S L
Decimal 76 68 126 0.40 0.46 0 0.51 248.28 0.3 0.38
Hex 4C 44 7E 28 2E 0 33 F8 1E 26
Octal 114 104 176 50 56 0 63 370 36 46
Binary 1001100 1000100 1111110 101000 101110 0 110011 11111000 11110 100110

Color Harmonies of #4C447E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C447E

Black with #4C447E

Text Example


Text Example

White with #4C447E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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