#4B4E7C

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

Shades of Corn Flower Blue #4B4E7C

Tints of Corn Flower Blue #4B4E7C

Color information

#4B4E7C (or 0x4B4E7C) is unknown color: approx Corn Flower Blue. HEX triplet: 4B, 4E and 7C. RGB value is (75,78,124). Sum of RGB (Red+Green+Blue) = 75+78+124=277 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.08% from 277); Green value is 78 (30.86% from 255 or 28.16% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 124 - color contains mainly: blue. Hex color #4B4E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B4E7C is #B4B183. Grayscale: #525252. Windows color (decimal): -11841924 or 8146507. OLE color: 8146507.

HSL color Cylindrical-coordinate representation of color #4B4E7C: hue angle of 236.33º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4B4E7C is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7578124-
CMYK0.400.3700.51
HSL236.33º24.62%39.02%-
HSV(B)236.33º39.52%48.63%-
XYZ9.268.420.2-
YUV82.35151.51122.76-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.08%
GREEN value IS 78 (30.86% from 255) = 28.16%
BLUE value IS 124 (48.83% from 255) = 44.77%
R=27.08%
G=28.16%
B=44.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal75781240.400.3700.51236.3324.6239.02
Hex4B4E7C2825033ec1927
Octal11311617450450633543147
Binary10010111001110111110010100010010101100111110110011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,78,124); }

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

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

 a { background-color: rgb(75,78,124); }

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

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

 span { border-color: rgb(75,78,124); }

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