#464278

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

Shades of Corn Flower Blue #464278

Tints of Corn Flower Blue #464278

Color information

#464278 (or 0x464278) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 42 and 78. RGB value is (70,66,120). Sum of RGB (Red+Green+Blue) = 70+66+120=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 120 (47.27% from 255 or 46.88% from 256); Max value from RGB is 120 - color contains mainly: blue. Hex color #464278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464278 is #B9BD87. Grayscale: #494949. Windows color (decimal): -12172680 or 7881286. OLE color: 7881286.

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

Color convert

RGB7066120-
CMYK0.420.4500.53
HSL244.44º29.03%36.47%-
HSV(B)244.44º45%47.06%-
XYZ7.866.5518.62-
YUV73.35154.33125.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.34%
GREEN value IS 66 (26.17% from 255) = 25.78%
BLUE value IS 120 (47.27% from 255) = 46.88%
R=27.34%
G=25.78%
B=46.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70661200.420.4500.53244.4429.0336.47
Hex4642782A2D035f41d24
Octal10610217052550653643544
Binary10001101000010111100010101010110101101011111010011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464278; }

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

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

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

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

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

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

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

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