#4C4875

Color #4C4875 Corn Flower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Flower Blue #4C4875

Tints of Corn Flower Blue #4C4875

Color information

#4C4875 (or 0x4C4875) is unknown color: approx Corn Flower Blue. HEX triplet: 4C, 48 and 75. RGB value is (76,72,117). Sum of RGB (Red+Green+Blue) = 76+72+117=265 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.68% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 117 - color contains mainly: blue. Hex color #4C4875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4875 is #B3B78A. Grayscale: #4E4E4E. Windows color (decimal): -11777931 or 7686220. OLE color: 7686220.

HSL color Cylindrical-coordinate representation of color #4C4875: hue angle of 245.33º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C4875 is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7672117-
CMYK0.350.3800.54
HSL245.33º23.81%37.06%-
HSV(B)245.33º38.46%45.88%-
XYZ8.517.4617.82-
YUV78.33149.83126.34-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.68%
GREEN value IS 72 (28.52% from 255) = 27.17%
BLUE value IS 117 (46.09% from 255) = 44.15%
R=28.68%
G=27.17%
B=44.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal76721170.350.3800.54245.3323.8137.06
Hex4C48752326036f51825
Octal11411016543460663653045
Binary10011001001000111010110001110011001101101111010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,72,117); }

 H1.HeaderClassName
 {
   color: #4C4875;
 }
 .AnyTagClassName
 {
   color: #4C4875;
 }
</style>
background-color css

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

 a { background-color: rgb(76,72,117); }

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

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

 span { border-color: rgb(76,72,117); }

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