#464076

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

Shades of Corn Flower Blue #464076

Tints of Corn Flower Blue #464076

Color information

#464076 (or 0x464076) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 40 and 76. RGB value is (70,64,118). Sum of RGB (Red+Green+Blue) = 70+64+118=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 118 - color contains mainly: blue. Hex color #464076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464076 is #B9BF89. Grayscale: #474747. Windows color (decimal): -12173194 or 7749702. OLE color: 7749702.

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

Color convert

RGB7064118-
CMYK0.410.4600.54
HSL246.67º29.67%35.69%-
HSV(B)246.67º45.76%46.27%-
XYZ7.636.2817.95-
YUV71.95153.99126.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.78%
GREEN value IS 64 (25.39% from 255) = 25.40%
BLUE value IS 118 (46.48% from 255) = 46.83%
R=27.78%
G=25.40%
B=46.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70641180.410.4600.54246.6729.6735.69
Hex464076292E036f71e24
Octal10610016651560663673644
Binary10001101000000111011010100110111001101101111011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464076; }

 p { color: rgb(70,64,118); }

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

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

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

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

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

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

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