#46427A

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

Shades of Corn Flower Blue #46427A

Tints of Corn Flower Blue #46427A

Color information

#46427A (or 0x46427A) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 42 and 7A. RGB value is (70,66,122). Sum of RGB (Red+Green+Blue) = 70+66+122=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 122 (48.05% from 255 or 47.29% from 258); Max value from RGB is 122 - color contains mainly: blue. Hex color #46427A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46427A is #B9BD85. Grayscale: #494949. Windows color (decimal): -12172678 or 8012358. OLE color: 8012358.

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

Color convert

RGB7066122-
CMYK0.430.4600.52
HSL244.29º29.79%36.86%-
HSV(B)244.29º45.9%47.84%-
XYZ7.996.619.27-
YUV73.58155.33125.45-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.13%
GREEN value IS 66 (26.17% from 255) = 25.58%
BLUE value IS 122 (48.05% from 255) = 47.29%
R=27.13%
G=25.58%
B=47.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal70661220.430.4600.52244.2929.7936.86
Hex46427A2B2E034f41e25
Octal10610217253560643643645
Binary10001101000010111101010101110111001101001111010011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46427A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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