#46417A

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

Shades of Corn Flower Blue #46417A

Tints of Corn Flower Blue #46417A

Color information

#46417A (or 0x46417A) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 41 and 7A. RGB value is (70,65,122). Sum of RGB (Red+Green+Blue) = 70+65+122=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 122 (48.05% from 255 or 47.47% from 257); Max value from RGB is 122 - color contains mainly: blue. Hex color #46417A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46417A is #B9BE85. Grayscale: #484848. Windows color (decimal): -12172934 or 8012102. OLE color: 8012102.

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

Color convert

RGB7065122-
CMYK0.430.4700.52
HSL245.26º30.48%36.67%-
HSV(B)245.26º46.72%47.84%-
XYZ7.936.4919.25-
YUV72.99155.66125.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.24%
GREEN value IS 65 (25.78% from 255) = 25.29%
BLUE value IS 122 (48.05% from 255) = 47.47%
R=27.24%
G=25.29%
B=47.47%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal70651220.430.4700.52245.2630.4836.67
Hex46417A2B2F034f51e25
Octal10610117253570643653645
Binary10001101000001111101010101110111101101001111010111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46417A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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