#4B456E

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

Shades of Corn Flower Blue #4B456E

Tints of Corn Flower Blue #4B456E

Color information

#4B456E (or 0x4B456E) is unknown color: approx Corn Flower Blue. HEX triplet: 4B, 45 and 6E. RGB value is (75,69,110). Sum of RGB (Red+Green+Blue) = 75+69+110=254 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.53% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 110 (43.36% from 255 or 43.31% from 254); Max value from RGB is 110 - color contains mainly: blue. Hex color #4B456E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B456E is #B4BA91. Grayscale: #4B4B4B. Windows color (decimal): -11844242 or 7226699. OLE color: 7226699.

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

Color convert

RGB7569110-
CMYK0.320.3700.57
HSL248.78º22.91%35.1%-
HSV(B)248.78º37.27%43.14%-
XYZ7.846.8815.67-
YUV75.47147.49127.67-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.53%
GREEN value IS 69 (27.34% from 255) = 27.17%
BLUE value IS 110 (43.36% from 255) = 43.31%
R=29.53%
G=27.17%
B=43.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal75691100.320.3700.57248.7822.9135.1
Hex4B456E2025039f91723
Octal11310515640450713712743
Binary10010111000101110111010000010010101110011111100110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B456E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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