#414074

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

Shades of Corn Flower Blue #414074

Tints of Corn Flower Blue #414074

Color information

#414074 (or 0x414074) is unknown color: approx Corn Flower Blue. HEX triplet: 41, 40 and 74. RGB value is (65,64,116). Sum of RGB (Red+Green+Blue) = 65+64+116=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 116 (45.70% from 255 or 47.35% from 245); Max value from RGB is 116 - color contains mainly: blue. Hex color #414074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414074 is #BEBF8B. Grayscale: #464646. Windows color (decimal): -12500876 or 7618625. OLE color: 7618625.

HSL color Cylindrical-coordinate representation of color #414074: hue angle of 241.15º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #414074 is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6564116-
CMYK0.440.4500.55
HSL241.15º28.89%35.29%-
HSV(B)241.15º44.83%45.49%-
XYZ7.176.0517.31-
YUV70.23153.83124.27-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.53%
GREEN value IS 64 (25.39% from 255) = 26.12%
BLUE value IS 116 (45.70% from 255) = 47.35%
R=26.53%
G=26.12%
B=47.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65641160.440.4500.55241.1528.8935.29
Hex4140742C2D037f11d23
Octal10110016454550673613543
Binary10000011000000111010010110010110101101111111000111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414074; }

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

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

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

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

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

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

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

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