#454678

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

Shades of Corn Flower Blue #454678

Tints of Corn Flower Blue #454678

Color information

#454678 (or 0x454678) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 46 and 78. RGB value is (69,70,120). Sum of RGB (Red+Green+Blue) = 69+70+120=259 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.64% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 120 (47.27% from 255 or 46.33% from 259); Max value from RGB is 120 - color contains mainly: blue. Hex color #454678 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454678 is #BAB987. Grayscale: #4B4B4B. Windows color (decimal): -12237192 or 7882309. OLE color: 7882309.

HSL color Cylindrical-coordinate representation of color #454678: hue angle of 238.82º 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 #454678 is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6970120-
CMYK0.420.4200.53
HSL238.82º26.98%37.06%-
HSV(B)238.82º42.5%47.06%-
XYZ8.03718.7-
YUV75.4153.17123.43-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.64%
GREEN value IS 70 (27.73% from 255) = 27.03%
BLUE value IS 120 (47.27% from 255) = 46.33%
R=26.64%
G=27.03%
B=46.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69701200.420.4200.53238.8226.9837.06
Hex4546782A2A035ef1b25
Octal10510617052520653573345
Binary10001011000110111100010101010101001101011110111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454678; }

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

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

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

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

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

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

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

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