#46486C

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

Shades of Corn Flower Blue #46486C

Tints of Corn Flower Blue #46486C

Color information

#46486C (or 0x46486C) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 48 and 6C. RGB value is (70,72,108). Sum of RGB (Red+Green+Blue) = 70+72+108=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 108 - color contains mainly: blue. Hex color #46486C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46486C is #B9B793. Grayscale: #4B4B4B. Windows color (decimal): -12171156 or 7096390. OLE color: 7096390.

HSL color Cylindrical-coordinate representation of color #46486C: hue angle of 236.84º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #46486C is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7072108-
CMYK0.350.3300.58
HSL236.84º21.35%34.9%-
HSV(B)236.84º35.19%42.35%-
XYZ7.557.0215.14-
YUV75.51146.34124.07-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28%
GREEN value IS 72 (28.52% from 255) = 28.8%
BLUE value IS 108 (42.58% from 255) = 43.2%
R=28%
G=28.8%
B=43.2%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70721080.350.3300.58236.8421.3534.9
Hex46486C232103Aed1523
Octal10611015443410723552543
Binary10001101001000110110010001110000101110101110110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46486C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46486C; }

 p { color: rgb(70,72,108); }

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

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

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

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

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

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

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