#414272

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

Shades of Corn Flower Blue #414272

Tints of Corn Flower Blue #414272

Color information

#414272 (or 0x414272) is unknown color: approx Corn Flower Blue. HEX triplet: 41, 42 and 72. RGB value is (65,66,114). Sum of RGB (Red+Green+Blue) = 65+66+114=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 114 (44.92% from 255 or 46.53% from 245); Max value from RGB is 114 - color contains mainly: blue. Hex color #414272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414272 is #BEBD8D. Grayscale: #464646. Windows color (decimal): -12500366 or 7488065. OLE color: 7488065.

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

Color convert

RGB6566114-
CMYK0.430.4200.55
HSL238.78º27.37%35.1%-
HSV(B)238.78º42.98%44.71%-
XYZ7.176.2416.75-
YUV71.17152.17123.6-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.53%
GREEN value IS 66 (26.17% from 255) = 26.94%
BLUE value IS 114 (44.92% from 255) = 46.53%
R=26.53%
G=26.94%
B=46.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65661140.430.4200.55238.7827.3735.1
Hex4142722B2A037ef1b23
Octal10110216253520673573343
Binary10000011000010111001010101110101001101111110111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414272; }

 p { color: rgb(65,66,114); }

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

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

 a { background-color: rgb(65,66,114); }

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

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

 span { border-color: rgb(65,66,114); }

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