#42466E

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

Shades of Corn Flower Blue #42466E

Tints of Corn Flower Blue #42466E

Color information

#42466E (or 0x42466E) is unknown color: approx Corn Flower Blue. HEX triplet: 42, 46 and 6E. RGB value is (66,70,110). Sum of RGB (Red+Green+Blue) = 66+70+110=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 110 - color contains mainly: blue. Hex color #42466E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42466E is #BDB991. Grayscale: #494949. Windows color (decimal): -12433810 or 7226946. OLE color: 7226946.

HSL color Cylindrical-coordinate representation of color #42466E: hue angle of 234.55º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #42466E is Cyan = 0.4, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6670110-
CMYK0.40.3600.57
HSL234.55º25%34.51%-
HSV(B)234.55º40%43.14%-
XYZ7.256.6615.66-
YUV73.36148.67122.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.83%
GREEN value IS 70 (27.73% from 255) = 28.46%
BLUE value IS 110 (43.36% from 255) = 44.72%
R=26.83%
G=28.46%
B=44.72%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66701100.40.3600.57234.552534.51
Hex42466E2824039eb1923
Octal10210615650440713533143
Binary10000101000110110111010100010010001110011110101111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42466E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42466E; }

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

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

<style>
 a { background-color: #42466E; }

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

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

<style>
 span { border-color: #42466E; }

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

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