#454671

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

Shades of Corn Flower Blue #454671

Tints of Corn Flower Blue #454671

Color information

#454671 (or 0x454671) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 46 and 71. RGB value is (69,70,113). Sum of RGB (Red+Green+Blue) = 69+70+113=252 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.38% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 113 (44.53% from 255 or 44.84% from 252); Max value from RGB is 113 - color contains mainly: blue. Hex color #454671 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454671 is #BAB98E. Grayscale: #4A4A4A. Windows color (decimal): -12237199 or 7423557. OLE color: 7423557.

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

Color convert

RGB6970113-
CMYK0.390.3800.56
HSL238.64º24.18%35.69%-
HSV(B)238.64º38.94%44.31%-
XYZ7.636.8416.54-
YUV74.6149.67124-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.38%
GREEN value IS 70 (27.73% from 255) = 27.78%
BLUE value IS 113 (44.53% from 255) = 44.84%
R=27.38%
G=27.78%
B=44.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69701130.390.3800.56238.6424.1835.69
Hex4546712726038ef1824
Octal10510616147460703573044
Binary10001011000110111000110011110011001110001110111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454671; }

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

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

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

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

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

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

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

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