#4B477B

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

Shades of Corn Flower Blue #4B477B

Tints of Corn Flower Blue #4B477B

Color information

#4B477B (or 0x4B477B) is unknown color: approx Corn Flower Blue. HEX triplet: 4B, 47 and 7B. RGB value is (75,71,123). Sum of RGB (Red+Green+Blue) = 75+71+123=269 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.88% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 123 (48.44% from 255 or 45.72% from 269); Max value from RGB is 123 - color contains mainly: blue. Hex color #4B477B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B477B is #B4B884. Grayscale: #4D4D4D. Windows color (decimal): -11843717 or 8079179. OLE color: 8079179.

HSL color Cylindrical-coordinate representation of color #4B477B: hue angle of 244.62º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4B477B is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7571123-
CMYK0.390.4200.52
HSL244.62º26.8%38.04%-
HSV(B)244.62º42.28%48.24%-
XYZ8.737.4319.71-
YUV78.12153.33125.77-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.88%
GREEN value IS 71 (28.12% from 255) = 26.39%
BLUE value IS 123 (48.44% from 255) = 45.72%
R=27.88%
G=26.39%
B=45.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal75711230.390.4200.52244.6226.838.04
Hex4B477B272A034f51b26
Octal11310717347520643653346
Binary10010111000111111101110011110101001101001111010111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B477B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,71,123); }

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

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

 a { background-color: rgb(75,71,123); }

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

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

 span { border-color: rgb(75,71,123); }

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