#45416A

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

Shades of Corn Flower Blue #45416A

Tints of Corn Flower Blue #45416A

Color information

#45416A (or 0x45416A) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 41 and 6A. RGB value is (69,65,106). Sum of RGB (Red+Green+Blue) = 69+65+106=240 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.75% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 106 (41.80% from 255 or 44.17% from 240); Max value from RGB is 106 - color contains mainly: blue. Hex color #45416A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45416A is #BABE95. Grayscale: #464646. Windows color (decimal): -12238486 or 6963525. OLE color: 6963525.

HSL color Cylindrical-coordinate representation of color #45416A: hue angle of 245.85º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #45416A is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6965106-
CMYK0.350.3900.58
HSL245.85º23.98%33.53%-
HSV(B)245.85º38.68%41.57%-
XYZ6.956.0914.44-
YUV70.87147.83126.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.75%
GREEN value IS 65 (25.78% from 255) = 27.08%
BLUE value IS 106 (41.80% from 255) = 44.17%
R=28.75%
G=27.08%
B=44.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal69651060.350.3900.58245.8523.9833.53
Hex45416A232703Af61822
Octal10510115243470723663042
Binary10001011000001110101010001110011101110101111011011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45416A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45416A; }

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

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

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

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

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

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

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

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