#454167

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

Shades of Corn Flower Blue #454167

Tints of Corn Flower Blue #454167

Color information

#454167 (or 0x454167) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 41 and 67. RGB value is (69,65,103). Sum of RGB (Red+Green+Blue) = 69+65+103=237 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.11% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 103 (40.62% from 255 or 43.46% from 237); Max value from RGB is 103 - color contains mainly: blue. Hex color #454167 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454167 is #BABE98. Grayscale: #464646. Windows color (decimal): -12238489 or 6766917. OLE color: 6766917.

HSL color Cylindrical-coordinate representation of color #454167: hue angle of 246.32º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #454167 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6965103-
CMYK0.330.3700.60
HSL246.32º22.62%32.94%-
HSV(B)246.32º36.89%40.39%-
XYZ6.796.0313.64-
YUV70.53146.33126.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.11%
GREEN value IS 65 (25.78% from 255) = 27.43%
BLUE value IS 103 (40.62% from 255) = 43.46%
R=29.11%
G=27.43%
B=43.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal69651030.330.3700.60246.3222.6232.94
Hex454167212503Cf61721
Octal10510114741450743662741
Binary10001011000001110011110000110010101111001111011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454167; }

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

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

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

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

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

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

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

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