#454166

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

Shades of Corn Flower Blue #454166

Tints of Corn Flower Blue #454166

Color information

#454166 (or 0x454166) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 41 and 66. RGB value is (69,65,102). Sum of RGB (Red+Green+Blue) = 69+65+102=236 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.24% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 102 (40.23% from 255 or 43.22% from 236); Max value from RGB is 102 - color contains mainly: blue. Hex color #454166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454166 is #BABE99. Grayscale: #464646. Windows color (decimal): -12238490 or 6701381. OLE color: 6701381.

HSL color Cylindrical-coordinate representation of color #454166: hue angle of 246.49º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #454166 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6965102-
CMYK0.320.3600.6
HSL246.49º22.16%32.75%-
HSV(B)246.49º36.27%40%-
XYZ6.746.0113.37-
YUV70.41145.83126.99-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.24%
GREEN value IS 65 (25.78% from 255) = 27.54%
BLUE value IS 102 (40.23% from 255) = 43.22%
R=29.24%
G=27.54%
B=43.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal69651020.320.3600.6246.4922.1632.75
Hex454166202403Cf61621
Octal10510114640440743662641
Binary10001011000001110011010000010010001111001111011010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454166; }

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

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

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

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

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

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

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

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