#454668

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

Shades of Corn Flower Blue #454668

Tints of Corn Flower Blue #454668

Color information

#454668 (or 0x454668) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 46 and 68. RGB value is (69,70,104). Sum of RGB (Red+Green+Blue) = 69+70+104=243 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.40% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 104 - color contains mainly: blue. Hex color #454668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454668 is #BAB997. Grayscale: #494949. Windows color (decimal): -12237208 or 6833733. OLE color: 6833733.

HSL color Cylindrical-coordinate representation of color #454668: hue angle of 238.29º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #454668 is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6970104-
CMYK0.340.3300.59
HSL238.29º20.23%33.92%-
HSV(B)238.29º33.65%40.78%-
XYZ7.146.6514-
YUV73.58145.17124.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.40%
GREEN value IS 70 (27.73% from 255) = 28.81%
BLUE value IS 104 (41.02% from 255) = 42.80%
R=28.40%
G=28.81%
B=42.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal69701040.340.3300.59238.2920.2333.92
Hex454668222103Bee1422
Octal10510615042410733562442
Binary10001011000110110100010001010000101110111110111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454668; }

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

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

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

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

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

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

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

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