#454170

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

Shades of Corn Flower Blue #454170

Tints of Corn Flower Blue #454170

Color information

#454170 (or 0x454170) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 41 and 70. RGB value is (69,65,112). Sum of RGB (Red+Green+Blue) = 69+65+112=246 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.05% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 112 - color contains mainly: blue. Hex color #454170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454170 is #BABE8F. Grayscale: #474747. Windows color (decimal): -12238480 or 7356741. OLE color: 7356741.

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

Color convert

RGB6965112-
CMYK0.380.4200.56
HSL245.11º26.55%34.71%-
HSV(B)245.11º41.96%43.92%-
XYZ7.276.2216.15-
YUV71.55150.83126.18-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.05%
GREEN value IS 65 (25.78% from 255) = 26.42%
BLUE value IS 112 (44.14% from 255) = 45.53%
R=28.05%
G=26.42%
B=45.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69651120.380.4200.56245.1126.5534.71
Hex454170262A038f51b23
Octal10510116046520703653343
Binary10001011000001111000010011010101001110001111010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454170; }

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

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

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

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

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

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

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

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