#4C497B

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

Shades of Corn Flower Blue #4C497B

Tints of Corn Flower Blue #4C497B

Color information

#4C497B (or 0x4C497B) is unknown color: approx Corn Flower Blue. HEX triplet: 4C, 49 and 7B. RGB value is (76,73,123). Sum of RGB (Red+Green+Blue) = 76+73+123=272 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.94% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 123 (48.44% from 255 or 45.22% from 272); Max value from RGB is 123 - color contains mainly: blue. Hex color #4C497B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C497B is #B3B684. Grayscale: #4F4F4F. Windows color (decimal): -11777669 or 8079692. OLE color: 8079692.

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

Color convert

RGB7673123-
CMYK0.380.4100.52
HSL243.6º25.51%38.43%-
HSV(B)243.6º40.65%48.24%-
XYZ8.947.7319.76-
YUV79.6152.49125.43-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.94%
GREEN value IS 73 (28.91% from 255) = 26.84%
BLUE value IS 123 (48.44% from 255) = 45.22%
R=27.94%
G=26.84%
B=45.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal76731230.380.4100.52243.625.5138.43
Hex4C497B2629034f41a26
Octal11411117346510643643246
Binary10011001001001111101110011010100101101001111010011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C497B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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