#463D76

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

Shades of Corn Flower Blue #463D76

Tints of Corn Flower Blue #463D76

Color information

#463D76 (or 0x463D76) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 3D and 76. RGB value is (70,61,118). Sum of RGB (Red+Green+Blue) = 70+61+118=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 118 - color contains mainly: blue. Hex color #463D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463D76 is #B9C289. Grayscale: #454545. Windows color (decimal): -12173962 or 7748934. OLE color: 7748934.

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

Color convert

RGB7061118-
CMYK0.410.4800.54
HSL249.47º31.84%35.1%-
HSV(B)249.47º48.31%46.27%-
XYZ7.465.9517.89-
YUV70.19154.98127.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.11%
GREEN value IS 61 (24.22% from 255) = 24.50%
BLUE value IS 118 (46.48% from 255) = 47.39%
R=28.11%
G=24.50%
B=47.39%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70611180.410.4800.54249.4731.8435.1
Hex463D762930036f92023
Octal1067516651600663714043
Binary10001101111011110110101001110000011011011111001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463D76; }

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

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

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

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

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

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

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

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