#414273

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

Shades of Corn Flower Blue #414273

Tints of Corn Flower Blue #414273

Color information

#414273 (or 0x414273) is unknown color: approx Corn Flower Blue. HEX triplet: 41, 42 and 73. RGB value is (65,66,115). Sum of RGB (Red+Green+Blue) = 65+66+115=246 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.42% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 115 - color contains mainly: blue. Hex color #414273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414273 is #BEBD8C. Grayscale: #474747. Windows color (decimal): -12500365 or 7553601. OLE color: 7553601.

HSL color Cylindrical-coordinate representation of color #414273: hue angle of 238.8º degrees, saturation: 0.28, 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 #414273 is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6566115-
CMYK0.430.4300.55
HSL238.8º27.78%35.29%-
HSV(B)238.8º43.48%45.1%-
XYZ7.226.2617.05-
YUV71.29152.67123.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.42%
GREEN value IS 66 (26.17% from 255) = 26.83%
BLUE value IS 115 (45.31% from 255) = 46.75%
R=26.42%
G=26.83%
B=46.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65661150.430.4300.55238.827.7835.29
Hex4142732B2B037ef1c23
Octal10110216353530673573443
Binary10000011000010111001110101110101101101111110111111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414273; }

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

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

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

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

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

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

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

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