#464478

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

Shades of Corn Flower Blue #464478

Tints of Corn Flower Blue #464478

Color information

#464478 (or 0x464478) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 44 and 78. RGB value is (70,68,120). Sum of RGB (Red+Green+Blue) = 70+68+120=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 120 (47.27% from 255 or 46.51% from 258); Max value from RGB is 120 - color contains mainly: blue. Hex color #464478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464478 is #B9BB87. Grayscale: #4A4A4A. Windows color (decimal): -12172168 or 7881798. OLE color: 7881798.

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

Color convert

RGB7068120-
CMYK0.420.4300.53
HSL242.31º27.66%36.86%-
HSV(B)242.31º43.33%47.06%-
XYZ7.986.7918.66-
YUV74.53153.66124.77-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.13%
GREEN value IS 68 (26.95% from 255) = 26.36%
BLUE value IS 120 (47.27% from 255) = 46.51%
R=27.13%
G=26.36%
B=46.51%

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
Decimal70681200.420.4300.53242.3127.6636.86
Hex4644782A2B035f21c25
Octal10610417052530653623445
Binary10001101000100111100010101010101101101011111001011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464478; }

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

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

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

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

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

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

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

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