#454176

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

Shades of Corn Flower Blue #454176

Tints of Corn Flower Blue #454176

Color information

#454176 (or 0x454176) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 41 and 76. RGB value is (69,65,118). Sum of RGB (Red+Green+Blue) = 69+65+118=252 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.38% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 118 - color contains mainly: blue. Hex color #454176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454176 is #BABE89. Grayscale: #484848. Windows color (decimal): -12238474 or 7749957. OLE color: 7749957.

HSL color Cylindrical-coordinate representation of color #454176: hue angle of 244.53º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #454176 is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6965118-
CMYK0.420.4500.54
HSL244.53º28.96%35.88%-
HSV(B)244.53º44.92%46.27%-
XYZ7.616.3517.96-
YUV72.24153.83125.69-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.38%
GREEN value IS 65 (25.78% from 255) = 25.79%
BLUE value IS 118 (46.48% from 255) = 46.83%
R=27.38%
G=25.79%
B=46.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69651180.420.4500.54244.5328.9635.88
Hex4541762A2D036f51d24
Octal10510116652550663653544
Binary10001011000001111011010101010110101101101111010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454176; }

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

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

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

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

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

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

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

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