#4B4475

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

Shades of Corn Flower Blue #4B4475

Tints of Corn Flower Blue #4B4475

Color information

#4B4475 (or 0x4B4475) is unknown color: approx Corn Flower Blue. HEX triplet: 4B, 44 and 75. RGB value is (75,68,117). Sum of RGB (Red+Green+Blue) = 75+68+117=260 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.85% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 117 (46.09% from 255 or 45% from 260); Max value from RGB is 117 - color contains mainly: blue. Hex color #4B4475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4475 is #B4BB8A. Grayscale: #4B4B4B. Windows color (decimal): -11844491 or 7685195. OLE color: 7685195.

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

Color convert

RGB7568117-
CMYK0.360.4200.54
HSL248.57º26.49%36.27%-
HSV(B)248.57º41.88%45.88%-
XYZ8.186.9117.73-
YUV75.68151.32127.52-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.85%
GREEN value IS 68 (26.95% from 255) = 26.15%
BLUE value IS 117 (46.09% from 255) = 45%
R=28.85%
G=26.15%
B=45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal75681170.360.4200.54248.5726.4936.27
Hex4B4475242A036f91a24
Octal11310416544520663713244
Binary10010111000100111010110010010101001101101111100111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,68,117); }

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

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

 a { background-color: rgb(75,68,117); }

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

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

 span { border-color: rgb(75,68,117); }

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