#454165

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

Shades of Corn Flower Blue #454165

Tints of Corn Flower Blue #454165

Color information

#454165 (or 0x454165) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 41 and 65. RGB value is (69,65,101). Sum of RGB (Red+Green+Blue) = 69+65+101=235 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.36% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 101 (39.84% from 255 or 42.98% from 235); Max value from RGB is 101 - color contains mainly: blue. Hex color #454165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454165 is #BABE9A. Grayscale: #464646. Windows color (decimal): -12238491 or 6635845. OLE color: 6635845.

HSL color Cylindrical-coordinate representation of color #454165: hue angle of 246.67º 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 #454165 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6965101-
CMYK0.320.3600.60
HSL246.67º21.69%32.55%-
HSV(B)246.67º35.64%39.61%-
XYZ6.695.9913.11-
YUV70.3145.33127.07-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.36%
GREEN value IS 65 (25.78% from 255) = 27.66%
BLUE value IS 101 (39.84% from 255) = 42.98%
R=29.36%
G=27.66%
B=42.98%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal69651010.320.3600.60246.6721.6932.55
Hex454165202403Cf71621
Octal10510114540440743672641
Binary10001011000001110010110000010010001111001111011110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454165; }

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

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

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

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

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

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

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

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