#454870

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

Shades of Corn Flower Blue #454870

Tints of Corn Flower Blue #454870

Color information

#454870 (or 0x454870) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 48 and 70. RGB value is (69,72,112). Sum of RGB (Red+Green+Blue) = 69+72+112=253 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.27% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 112 (44.14% from 255 or 44.27% from 253); Max value from RGB is 112 - color contains mainly: blue. Hex color #454870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454870 is #BAB78F. Grayscale: #4B4B4B. Windows color (decimal): -12236688 or 7358533. OLE color: 7358533.

HSL color Cylindrical-coordinate representation of color #454870: hue angle of 235.81º 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 #454870 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6972112-
CMYK0.380.3600.56
HSL235.81º23.76%35.49%-
HSV(B)235.81º38.39%43.92%-
XYZ7.77.0716.29-
YUV75.66148.51123.25-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.27%
GREEN value IS 72 (28.52% from 255) = 28.46%
BLUE value IS 112 (44.14% from 255) = 44.27%
R=27.27%
G=28.46%
B=44.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69721120.380.3600.56235.8123.7635.49
Hex4548702624038ec1823
Octal10511016046440703543043
Binary10001011001000111000010011010010001110001110110011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454870; }

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

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

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

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

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

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

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

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