#4B456B

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

Shades of Corn Flower Blue #4B456B

Tints of Corn Flower Blue #4B456B

Color information

#4B456B (or 0x4B456B) is unknown color: approx Corn Flower Blue. HEX triplet: 4B, 45 and 6B. RGB value is (75,69,107). Sum of RGB (Red+Green+Blue) = 75+69+107=251 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.88% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 107 (42.19% from 255 or 42.63% from 251); Max value from RGB is 107 - color contains mainly: blue. Hex color #4B456B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B456B is #B4BA94. Grayscale: #4A4A4A. Windows color (decimal): -11844245 or 7030091. OLE color: 7030091.

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

Color convert

RGB7569107-
CMYK0.300.3600.58
HSL249.47º21.59%34.51%-
HSV(B)249.47º35.51%41.96%-
XYZ7.686.8114.82-
YUV75.13145.99127.91-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.88%
GREEN value IS 69 (27.34% from 255) = 27.49%
BLUE value IS 107 (42.19% from 255) = 42.63%
R=29.88%
G=27.49%
B=42.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal75691070.300.3600.58249.4721.5934.51
Hex4B456B1E2403Af91623
Octal11310515336440723712643
Binary1001011100010111010111111010010001110101111100110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B456B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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