#45476F

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

Shades of Corn Flower Blue #45476F

Tints of Corn Flower Blue #45476F

Color information

#45476F (or 0x45476F) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 47 and 6F. RGB value is (69,71,111). Sum of RGB (Red+Green+Blue) = 69+71+111=251 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.49% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 111 (43.75% from 255 or 44.22% from 251); Max value from RGB is 111 - color contains mainly: blue. Hex color #45476F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45476F is #BAB890. Grayscale: #4A4A4A. Windows color (decimal): -12236945 or 7292741. OLE color: 7292741.

HSL color Cylindrical-coordinate representation of color #45476F: hue angle of 237.14º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #45476F is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6971111-
CMYK0.380.3600.56
HSL237.14º23.33%35.29%-
HSV(B)237.14º37.84%43.53%-
XYZ7.586.9215.98-
YUV74.96148.34123.75-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.49%
GREEN value IS 71 (28.12% from 255) = 28.29%
BLUE value IS 111 (43.75% from 255) = 44.22%
R=27.49%
G=28.29%
B=44.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69711110.380.3600.56237.1423.3335.29
Hex45476F2624038ed1723
Octal10510715746440703552743
Binary10001011000111110111110011010010001110001110110110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45476F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45476F; }

 p { color: rgb(69,71,111); }

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

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

 a { background-color: rgb(69,71,111); }

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

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

 span { border-color: rgb(69,71,111); }

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