#454778

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

Shades of Corn Flower Blue #454778

Tints of Corn Flower Blue #454778

Color information

#454778 (or 0x454778) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 47 and 78. RGB value is (69,71,120). Sum of RGB (Red+Green+Blue) = 69+71+120=260 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.54% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 120 (47.27% from 255 or 46.15% from 260); Max value from RGB is 120 - color contains mainly: blue. Hex color #454778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454778 is #BAB887. Grayscale: #4B4B4B. Windows color (decimal): -12236936 or 7882565. OLE color: 7882565.

HSL color Cylindrical-coordinate representation of color #454778: hue angle of 237.65º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #454778 is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6971120-
CMYK0.420.4100.53
HSL237.65º26.98%37.06%-
HSV(B)237.65º42.5%47.06%-
XYZ8.17.1318.72-
YUV75.99152.84123.02-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.54%
GREEN value IS 71 (28.12% from 255) = 27.31%
BLUE value IS 120 (47.27% from 255) = 46.15%
R=26.54%
G=27.31%
B=46.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69711200.420.4100.53237.6526.9837.06
Hex4547782A29035ee1b25
Octal10510717052510653563345
Binary10001011000111111100010101010100101101011110111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454778; }

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

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

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

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

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

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

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

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