#46407A

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

Shades of Corn Flower Blue #46407A

Tints of Corn Flower Blue #46407A

Color information

#46407A (or 0x46407A) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 40 and 7A. RGB value is (70,64,122). Sum of RGB (Red+Green+Blue) = 70+64+122=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 122 (48.05% from 255 or 47.66% from 256); Max value from RGB is 122 - color contains mainly: blue. Hex color #46407A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46407A is #B9BF85. Grayscale: #484848. Windows color (decimal): -12173190 or 8011846. OLE color: 8011846.

HSL color Cylindrical-coordinate representation of color #46407A: hue angle of 246.21º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #46407A is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7064122-
CMYK0.430.4800.52
HSL246.21º31.18%36.47%-
HSV(B)246.21º47.54%47.84%-
XYZ7.876.3719.23-
YUV72.41155.99126.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.34%
GREEN value IS 64 (25.39% from 255) = 25%
BLUE value IS 122 (48.05% from 255) = 47.66%
R=27.34%
G=25%
B=47.66%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal70641220.430.4800.52246.2131.1836.47
Hex46407A2B30034f61f24
Octal10610017253600643663744
Binary10001101000000111101010101111000001101001111011011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46407A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46407A; }

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

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

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

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

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

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

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

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