#454672

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

Shades of Corn Flower Blue #454672

Tints of Corn Flower Blue #454672

Color information

#454672 (or 0x454672) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 46 and 72. RGB value is (69,70,114). Sum of RGB (Red+Green+Blue) = 69+70+114=253 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.27% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 114 - color contains mainly: blue. Hex color #454672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454672 is #BAB98D. Grayscale: #4A4A4A. Windows color (decimal): -12237198 or 7489093. OLE color: 7489093.

HSL color Cylindrical-coordinate representation of color #454672: hue angle of 238.67º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #454672 is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6970114-
CMYK0.390.3900.55
HSL238.67º24.59%35.88%-
HSV(B)238.67º39.47%44.71%-
XYZ7.686.8616.84-
YUV74.72150.17123.92-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.27%
GREEN value IS 70 (27.73% from 255) = 27.67%
BLUE value IS 114 (44.92% from 255) = 45.06%
R=27.27%
G=27.67%
B=45.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69701140.390.3900.55238.6724.5935.88
Hex4546722727037ef1924
Octal10510616247470673573144
Binary10001011000110111001010011110011101101111110111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454672; }

 p { color: rgb(69,70,114); }

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

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

 a { background-color: rgb(69,70,114); }

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

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

 span { border-color: rgb(69,70,114); }

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