#414672

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

Shades of Corn Flower Blue #414672

Tints of Corn Flower Blue #414672

Color information

#414672 (or 0x414672) is unknown color: approx Corn Flower Blue. HEX triplet: 41, 46 and 72. RGB value is (65,70,114). Sum of RGB (Red+Green+Blue) = 65+70+114=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 114 (44.92% from 255 or 45.78% from 249); Max value from RGB is 114 - color contains mainly: blue. Hex color #414672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414672 is #BEB98D. Grayscale: #494949. Windows color (decimal): -12499342 or 7489089. OLE color: 7489089.

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

Color convert

RGB6570114-
CMYK0.430.3900.55
HSL233.88º27.37%35.1%-
HSV(B)233.88º42.98%44.71%-
XYZ7.416.7216.83-
YUV73.52150.84121.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.10%
GREEN value IS 70 (27.73% from 255) = 28.11%
BLUE value IS 114 (44.92% from 255) = 45.78%
R=26.10%
G=28.11%
B=45.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65701140.430.3900.55233.8827.3735.1
Hex4146722B27037ea1b23
Octal10110616253470673523343
Binary10000011000110111001010101110011101101111110101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414672; }

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

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

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

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

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

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

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

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