#464678

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

Shades of Corn Flower Blue #464678

Tints of Corn Flower Blue #464678

Color information

#464678 (or 0x464678) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 46 and 78. RGB value is (70,70,120). Sum of RGB (Red+Green+Blue) = 70+70+120=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 120 (47.27% from 255 or 46.15% from 260); Max value from RGB is 120 - color contains mainly: blue. Hex color #464678 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464678 is #B9B987. Grayscale: #4B4B4B. Windows color (decimal): -12171656 or 7882310. OLE color: 7882310.

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

Color convert

RGB7070120-
CMYK0.420.4200.53
HSL240º26.32%37.25%-
HSV(B)240º41.67%47.06%-
XYZ8.117.0418.7-
YUV75.7153123.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.92%
GREEN value IS 70 (27.73% from 255) = 26.92%
BLUE value IS 120 (47.27% from 255) = 46.15%
R=26.92%
G=26.92%
B=46.15%

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
Decimal70701200.420.4200.5324026.3237.25
Hex4646782A2A035f01a25
Octal10610617052520653603245
Binary10001101000110111100010101010101001101011111000011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464678; }

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

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

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

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

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

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

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

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