#454068

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

Shades of Corn Flower Blue #454068

Tints of Corn Flower Blue #454068

Color information

#454068 (or 0x454068) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 40 and 68. RGB value is (69,64,104). Sum of RGB (Red+Green+Blue) = 69+64+104=237 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.11% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 104 (41.02% from 255 or 43.88% from 237); Max value from RGB is 104 - color contains mainly: blue. Hex color #454068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454068 is #BABF97. Grayscale: #454545. Windows color (decimal): -12238744 or 6832197. OLE color: 6832197.

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

Color convert

RGB6964104-
CMYK0.340.3800.59
HSL247.5º23.81%32.94%-
HSV(B)247.5º38.46%40.78%-
XYZ6.795.9313.88-
YUV70.05147.16127.25-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.11%
GREEN value IS 64 (25.39% from 255) = 27.00%
BLUE value IS 104 (41.02% from 255) = 43.88%
R=29.11%
G=27.00%
B=43.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal69641040.340.3800.59247.523.8132.94
Hex454068222603Bf81821
Octal10510015042460733703041
Binary10001011000000110100010001010011001110111111100011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454068; }

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

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

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

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

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

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

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

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