#4B4E6D

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

Shades of Corn Flower Blue #4B4E6D

Tints of Corn Flower Blue #4B4E6D

Color information

#4B4E6D (or 0x4B4E6D) is unknown color: approx Corn Flower Blue. HEX triplet: 4B, 4E and 6D. RGB value is (75,78,109). Sum of RGB (Red+Green+Blue) = 75+78+109=262 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.63% from 262); Green value is 78 (30.86% from 255 or 29.77% from 262); Blue value is 109 (42.97% from 255 or 41.60% from 262); Max value from RGB is 109 - color contains mainly: blue. Hex color #4B4E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B4E6D is #B4B192. Grayscale: #505050. Windows color (decimal): -11841939 or 7163467. OLE color: 7163467.

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

Color convert

RGB7578109-
CMYK0.310.2800.57
HSL234.71º18.48%36.08%-
HSV(B)234.71º31.19%42.75%-
XYZ8.398.0515.58-
YUV80.64144.01123.98-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.63%
GREEN value IS 78 (30.86% from 255) = 29.77%
BLUE value IS 109 (42.97% from 255) = 41.60%
R=28.63%
G=29.77%
B=41.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal75781090.310.2800.57234.7118.4836.08
Hex4B4E6D1F1C039eb1224
Octal11311615537340713532244
Binary100101110011101101101111111110001110011110101110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,78,109); }

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

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

 a { background-color: rgb(75,78,109); }

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

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

 span { border-color: rgb(75,78,109); }

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