#454763

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

Shades of Corn Flower Blue #454763

Tints of Corn Flower Blue #454763

Color information

#454763 (or 0x454763) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 47 and 63. RGB value is (69,71,99). Sum of RGB (Red+Green+Blue) = 69+71+99=239 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.87% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 99 - color contains mainly: blue. Hex color #454763 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454763 is #BAB89C. Grayscale: #494949. Windows color (decimal): -12236957 or 6506309. OLE color: 6506309.

HSL color Cylindrical-coordinate representation of color #454763: hue angle of 236º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #454763 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB697199-
CMYK0.300.2800.61
HSL236º17.86%32.94%-
HSV(B)236º30.3%38.82%-
XYZ6.966.6712.73-
YUV73.59142.34124.72-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.87%
GREEN value IS 71 (28.12% from 255) = 29.71%
BLUE value IS 99 (39.06% from 255) = 41.42%
R=28.87%
G=29.71%
B=41.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6971990.300.2800.6123617.8632.94
Hex4547631E1C03Dec1221
Octal10510714336340753542241
Binary100010110001111100011111101110001111011110110010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454763; }

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

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

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

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

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

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

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

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