Html Css Color HEX #4C417B Victoria

📋 copy color: '#4C417B'

red 76 ◦ green 65 ◦ blue 123

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

Shades of Victoria #4C417B

Tints of Victoria #4C417B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.62%

 BLUE value IS 123 (48.44% from 255) = 46.59%

R = 28.79%
G = 24.62%
B = 46.59%

CMYK

 C value IS 0.38

 M value IS 0.47

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4C417B (or 0x4C417B) is known color: Victoria. HEX triplet: 4C, 41 and 7B. RGB value is (76,65,123). Sum of RGB (Red+Green+Blue) = 76+65+123=264 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.79% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 123 (48.44% from 255 or 46.59% from 264); Max value from RGB is 123 - color contains mainly: blue. Hex color #4C417B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C417B is #B3BE84. Grayscale: #4A4A4A. Windows color (decimal): -11779717 or 8077644. OLE color: 8077644.

HSL color Cylindrical-coordinate representation of color #4C417B: hue angle of 251.38º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4C417B is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 76 65 123 -
CMYK 0.38 0.47 0 0.52
HSL 251.38º 0.31% 0.37% -
HSV(B) 251.38º 0.47% 0.48% -
XYZ 8.45 6.75 19.6 -
YUV 74.9 155.14 128.78 -
System Red Green Blue C M Y K H S L
Decimal 76 65 123 0.38 0.47 0 0.52 251.38 0.31 0.37
Hex 4C 41 7B 26 2F 0 34 FB 1F 25
Octal 114 101 173 46 57 0 64 373 37 45
Binary 1001100 1000001 1111011 100110 101111 0 110100 11111011 11111 100101

Color Harmonies of #4C417B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C417B

Black with #4C417B

Text Example


Text Example

White with #4C417B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,65,123); }

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

background-color css

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

 a { background-color: rgb(76,65,123); }

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

border-color css

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

 span { border-color: rgb(76,65,123); }

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