#454478

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

Shades of Corn Flower Blue #454478

Tints of Corn Flower Blue #454478

Color information

#454478 (or 0x454478) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 44 and 78. RGB value is (69,68,120). Sum of RGB (Red+Green+Blue) = 69+68+120=257 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.85% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 120 (47.27% from 255 or 46.69% from 257); Max value from RGB is 120 - color contains mainly: blue. Hex color #454478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454478 is #BABB87. Grayscale: #4A4A4A. Windows color (decimal): -12237704 or 7881797. OLE color: 7881797.

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

Color convert

RGB6968120-
CMYK0.420.4300.53
HSL241.15º27.66%36.86%-
HSV(B)241.15º43.33%47.06%-
XYZ7.916.7618.66-
YUV74.23153.83124.27-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.85%
GREEN value IS 68 (26.95% from 255) = 26.46%
BLUE value IS 120 (47.27% from 255) = 46.69%
R=26.85%
G=26.46%
B=46.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69681200.420.4300.53241.1527.6636.86
Hex4544782A2B035f11c25
Octal10510417052530653613445
Binary10001011000100111100010101010101101101011111000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454478; }

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

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

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

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

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

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

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

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