#454769

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

Shades of Corn Flower Blue #454769

Tints of Corn Flower Blue #454769

Color information

#454769 (or 0x454769) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 47 and 69. RGB value is (69,71,105). Sum of RGB (Red+Green+Blue) = 69+71+105=245 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.16% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 105 (41.41% from 255 or 42.86% from 245); Max value from RGB is 105 - color contains mainly: blue. Hex color #454769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454769 is #BAB896. Grayscale: #4A4A4A. Windows color (decimal): -12236951 or 6899525. OLE color: 6899525.

HSL color Cylindrical-coordinate representation of color #454769: hue angle of 236.67º degrees, saturation: 0.21, 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 #454769 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6971105-
CMYK0.340.3200.59
HSL236.67º20.69%34.12%-
HSV(B)236.67º34.29%41.18%-
XYZ7.266.7914.29-
YUV74.28145.34124.24-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.16%
GREEN value IS 71 (28.12% from 255) = 28.98%
BLUE value IS 105 (41.41% from 255) = 42.86%
R=28.16%
G=28.98%
B=42.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal69711050.340.3200.59236.6720.6934.12
Hex454769222003Bed1522
Octal10510715142400733552542
Binary10001011000111110100110001010000001110111110110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454769; }

 p { color: rgb(69,71,105); }

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

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

 a { background-color: rgb(69,71,105); }

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

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

 span { border-color: rgb(69,71,105); }

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