#4B4276

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

Shades of Corn Flower Blue #4B4276

Tints of Corn Flower Blue #4B4276

Color information

#4B4276 (or 0x4B4276) is unknown color: approx Corn Flower Blue. HEX triplet: 4B, 42 and 76. RGB value is (75,66,118). Sum of RGB (Red+Green+Blue) = 75+66+118=259 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.96% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 118 (46.48% from 255 or 45.56% from 259); Max value from RGB is 118 - color contains mainly: blue. Hex color #4B4276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4276 is #B4BD89. Grayscale: #4A4A4A. Windows color (decimal): -11845002 or 7750219. OLE color: 7750219.

HSL color Cylindrical-coordinate representation of color #4B4276: hue angle of 250.38º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4B4276 is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7566118-
CMYK0.360.4400.54
HSL250.38º28.26%36.08%-
HSV(B)250.38º44.07%46.27%-
XYZ8.126.718-
YUV74.62152.48128.27-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.96%
GREEN value IS 66 (26.17% from 255) = 25.48%
BLUE value IS 118 (46.48% from 255) = 45.56%
R=28.96%
G=25.48%
B=45.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal75661180.360.4400.54250.3828.2636.08
Hex4B4276242C036fa1c24
Octal11310216644540663723444
Binary10010111000010111011010010010110001101101111101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,66,118); }

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

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

 a { background-color: rgb(75,66,118); }

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

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

 span { border-color: rgb(75,66,118); }

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