#464176

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

Shades of Corn Flower Blue #464176

Tints of Corn Flower Blue #464176

Color information

#464176 (or 0x464176) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 41 and 76. RGB value is (70,65,118). Sum of RGB (Red+Green+Blue) = 70+65+118=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 118 - color contains mainly: blue. Hex color #464176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464176 is #B9BE89. Grayscale: #484848. Windows color (decimal): -12172938 or 7749958. OLE color: 7749958.

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

Color convert

RGB7065118-
CMYK0.410.4500.54
HSL245.66º28.96%35.88%-
HSV(B)245.66º44.92%46.27%-
XYZ7.696.3917.97-
YUV72.54153.66126.19-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.67%
GREEN value IS 65 (25.78% from 255) = 25.69%
BLUE value IS 118 (46.48% from 255) = 46.64%
R=27.67%
G=25.69%
B=46.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70651180.410.4500.54245.6628.9635.88
Hex464176292D036f61d24
Octal10610116651550663663544
Binary10001101000001111011010100110110101101101111011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464176; }

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

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

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

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

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

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

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

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