#414070

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

Shades of Corn Flower Blue #414070

Tints of Corn Flower Blue #414070

Color information

#414070 (or 0x414070) is unknown color: approx Corn Flower Blue. HEX triplet: 41, 40 and 70. RGB value is (65,64,112). Sum of RGB (Red+Green+Blue) = 65+64+112=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 112 - color contains mainly: blue. Hex color #414070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414070 is #BEBF8F. Grayscale: #454545. Windows color (decimal): -12500880 or 7356481. OLE color: 7356481.

HSL color Cylindrical-coordinate representation of color #414070: hue angle of 241.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #414070 is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6564112-
CMYK0.420.4300.56
HSL241.25º27.27%34.51%-
HSV(B)241.25º42.86%43.92%-
XYZ6.945.9616.11-
YUV69.77151.83124.6-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.97%
GREEN value IS 64 (25.39% from 255) = 26.56%
BLUE value IS 112 (44.14% from 255) = 46.47%
R=26.97%
G=26.56%
B=46.47%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65641120.420.4300.56241.2527.2734.51
Hex4140702A2B038f11b23
Octal10110016052530703613343
Binary10000011000000111000010101010101101110001111000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414070; }

 p { color: rgb(65,64,112); }

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

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

 a { background-color: rgb(65,64,112); }

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

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

 span { border-color: rgb(65,64,112); }

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