#4B486E

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

Shades of Corn Flower Blue #4B486E

Tints of Corn Flower Blue #4B486E

Color information

#4B486E (or 0x4B486E) is unknown color: approx Corn Flower Blue. HEX triplet: 4B, 48 and 6E. RGB value is (75,72,110). Sum of RGB (Red+Green+Blue) = 75+72+110=257 (34% of max value = 765). Red value is 75 (29.69% from 255 or 29.18% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 110 (43.36% from 255 or 42.80% from 257); Max value from RGB is 110 - color contains mainly: blue. Hex color #4B486E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B486E is #B4B791. Grayscale: #4D4D4D. Windows color (decimal): -11843474 or 7227467. OLE color: 7227467.

HSL color Cylindrical-coordinate representation of color #4B486E: hue angle of 244.74º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4B486E is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7572110-
CMYK0.320.3500.57
HSL244.74º20.88%35.69%-
HSV(B)244.74º34.55%43.14%-
XYZ8.037.2615.73-
YUV77.23146.49126.41-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.18%
GREEN value IS 72 (28.52% from 255) = 28.02%
BLUE value IS 110 (43.36% from 255) = 42.80%
R=29.18%
G=28.02%
B=42.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal75721100.320.3500.57244.7420.8835.69
Hex4B486E2023039f51524
Octal11311015640430713652544
Binary10010111001000110111010000010001101110011111010110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B486E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,72,110); }

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

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

 a { background-color: rgb(75,72,110); }

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

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

 span { border-color: rgb(75,72,110); }

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