#4B4570

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

Shades of Corn Flower Blue #4B4570

Tints of Corn Flower Blue #4B4570

Color information

#4B4570 (or 0x4B4570) is unknown color: approx Corn Flower Blue. HEX triplet: 4B, 45 and 70. RGB value is (75,69,112). Sum of RGB (Red+Green+Blue) = 75+69+112=256 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.30% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 112 (44.14% from 255 or 43.75% from 256); Max value from RGB is 112 - color contains mainly: blue. Hex color #4B4570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4570 is #B4BA8F. Grayscale: #4B4B4B. Windows color (decimal): -11844240 or 7357771. OLE color: 7357771.

HSL color Cylindrical-coordinate representation of color #4B4570: hue angle of 248.37º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4B4570 is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7569112-
CMYK0.330.3800.56
HSL248.37º23.76%35.49%-
HSV(B)248.37º38.39%43.92%-
XYZ7.956.9216.25-
YUV75.7148.49127.5-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.30%
GREEN value IS 69 (27.34% from 255) = 26.95%
BLUE value IS 112 (44.14% from 255) = 43.75%
R=29.30%
G=26.95%
B=43.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal75691120.330.3800.56248.3723.7635.49
Hex4B45702126038f81823
Octal11310516041460703703043
Binary10010111000101111000010000110011001110001111100011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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