#45436E

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

Shades of Corn Flower Blue #45436E

Tints of Corn Flower Blue #45436E

Color information

#45436E (or 0x45436E) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 43 and 6E. RGB value is (69,67,110). Sum of RGB (Red+Green+Blue) = 69+67+110=246 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.05% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 110 - color contains mainly: blue. Hex color #45436E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45436E is #BABC91. Grayscale: #484848. Windows color (decimal): -12237970 or 7226181. OLE color: 7226181.

HSL color Cylindrical-coordinate representation of color #45436E: hue angle of 242.79º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #45436E is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6967110-
CMYK0.370.3900.57
HSL242.79º24.29%34.71%-
HSV(B)242.79º39.09%43.14%-
XYZ7.286.4115.6-
YUV72.5149.16125.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.05%
GREEN value IS 67 (26.56% from 255) = 27.24%
BLUE value IS 110 (43.36% from 255) = 44.72%
R=28.05%
G=27.24%
B=44.72%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal69671100.370.3900.57242.7924.2934.71
Hex45436E2527039f31823
Octal10510315645470713633043
Binary10001011000011110111010010110011101110011111001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45436E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45436E; }

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

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

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

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

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

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

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

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