#4B496B

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

Shades of Corn Flower Blue #4B496B

Tints of Corn Flower Blue #4B496B

Color information

#4B496B (or 0x4B496B) is unknown color: approx Corn Flower Blue. HEX triplet: 4B, 49 and 6B. RGB value is (75,73,107). Sum of RGB (Red+Green+Blue) = 75+73+107=255 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.41% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 107 (42.19% from 255 or 41.96% from 255); Max value from RGB is 107 - color contains mainly: blue. Hex color #4B496B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B496B is #B4B694. Grayscale: #4D4D4D. Windows color (decimal): -11843221 or 7031115. OLE color: 7031115.

HSL color Cylindrical-coordinate representation of color #4B496B: hue angle of 243.53º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4B496B is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7573107-
CMYK0.300.3200.58
HSL243.53º18.89%35.29%-
HSV(B)243.53º31.78%41.96%-
XYZ7.947.3214.9-
YUV77.47144.66126.24-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.41%
GREEN value IS 73 (28.91% from 255) = 28.63%
BLUE value IS 107 (42.19% from 255) = 41.96%
R=29.41%
G=28.63%
B=41.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal75731070.300.3200.58243.5318.8935.29
Hex4B496B1E2003Af41323
Octal11311115336400723642343
Binary1001011100100111010111111010000001110101111010010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B496B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,73,107); }

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

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

 a { background-color: rgb(75,73,107); }

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

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

 span { border-color: rgb(75,73,107); }

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