#454376

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

Shades of Corn Flower Blue #454376

Tints of Corn Flower Blue #454376

Color information

#454376 (or 0x454376) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 43 and 76. RGB value is (69,67,118). Sum of RGB (Red+Green+Blue) = 69+67+118=254 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.17% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 118 (46.48% from 255 or 46.46% from 254); Max value from RGB is 118 - color contains mainly: blue. Hex color #454376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454376 is #BABC89. Grayscale: #494949. Windows color (decimal): -12237962 or 7750469. OLE color: 7750469.

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

Color convert

RGB6967118-
CMYK0.420.4300.54
HSL242.35º27.57%36.27%-
HSV(B)242.35º43.22%46.27%-
XYZ7.736.5918-
YUV73.41153.16124.85-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.17%
GREEN value IS 67 (26.56% from 255) = 26.38%
BLUE value IS 118 (46.48% from 255) = 46.46%
R=27.17%
G=26.38%
B=46.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69671180.420.4300.54242.3527.5736.27
Hex4543762A2B036f21c24
Octal10510316652530663623444
Binary10001011000011111011010101010101101101101111001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454376; }

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

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

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

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

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

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

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

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