#464178

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

Shades of Corn Flower Blue #464178

Tints of Corn Flower Blue #464178

Color information

#464178 (or 0x464178) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 41 and 78. RGB value is (70,65,120). Sum of RGB (Red+Green+Blue) = 70+65+120=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 120 (47.27% from 255 or 47.06% from 255); Max value from RGB is 120 - color contains mainly: blue. Hex color #464178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464178 is #B9BE87. Grayscale: #484848. Windows color (decimal): -12172936 or 7881030. OLE color: 7881030.

HSL color Cylindrical-coordinate representation of color #464178: hue angle of 245.45º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #464178 is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7065120-
CMYK0.420.4600.53
HSL245.45º29.73%36.27%-
HSV(B)245.45º45.83%47.06%-
XYZ7.816.4418.6-
YUV72.76154.66126.03-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.45%
GREEN value IS 65 (25.78% from 255) = 25.49%
BLUE value IS 120 (47.27% from 255) = 47.06%
R=27.45%
G=25.49%
B=47.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70651200.420.4600.53245.4529.7336.27
Hex4641782A2E035f51e24
Octal10610117052560653653644
Binary10001101000001111100010101010111001101011111010111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464178; }

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

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

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

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

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

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

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

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