#414574

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

Shades of Corn Flower Blue #414574

Tints of Corn Flower Blue #414574

Color information

#414574 (or 0x414574) is unknown color: approx Corn Flower Blue. HEX triplet: 41, 45 and 74. RGB value is (65,69,116). Sum of RGB (Red+Green+Blue) = 65+69+116=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 116 (45.70% from 255 or 46.4% from 250); Max value from RGB is 116 - color contains mainly: blue. Hex color #414574 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414574 is #BEBA8B. Grayscale: #484848. Windows color (decimal): -12499596 or 7619905. OLE color: 7619905.

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

Color convert

RGB6569116-
CMYK0.440.4100.55
HSL235.29º28.18%35.49%-
HSV(B)235.29º43.97%45.49%-
XYZ7.466.6417.41-
YUV73.16152.17122.18-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26%
GREEN value IS 69 (27.34% from 255) = 27.6%
BLUE value IS 116 (45.70% from 255) = 46.4%
R=26%
G=27.6%
B=46.4%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65691160.440.4100.55235.2928.1835.49
Hex4145742C29037eb1c23
Octal10110516454510673533443
Binary10000011000101111010010110010100101101111110101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414574; }

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

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

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

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

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

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

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

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