#4492E5

Color #4492E5 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #4492E5

Tints of Cornflower Blue #4492E5

Color information

#4492E5 (or 0x4492E5) is unknown color: approx Cornflower Blue. HEX triplet: 44, 92 and E5. RGB value is (68,146,229). Sum of RGB (Red+Green+Blue) = 68+146+229=443 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.35% from 443); Green value is 146 (57.42% from 255 or 32.96% from 443); Blue value is 229 (89.84% from 255 or 51.69% from 443); Max value from RGB is 229 - color contains mainly: blue. Hex color #4492E5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4492E5 is #BB6D1A. Grayscale: #838383. Windows color (decimal): -12283163 or 15045188. OLE color: 15045188.

HSL color Cylindrical-coordinate representation of color #4492E5: hue angle of 210.93º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4492E5 is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB68146229-
CMYK0.700.3600.10
HSL210.93º75.59%58.24%-
HSV(B)210.93º70.31%89.8%-
XYZ26.8127.4478.01-
YUV132.14182.6682.25-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.35%
GREEN value IS 146 (57.42% from 255) = 32.96%
BLUE value IS 229 (89.84% from 255) = 51.69%
R=15.35%
G=32.96%
B=51.69%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal681462290.700.3600.10210.9375.5958.24
Hex4492E546240Ad34c3a
Octal1042223451064401232311472
Binary10001001001001011100101100011010010001010110100111001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4492E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4492E5; }

 p { color: rgb(68,146,229); }

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

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

 a { background-color: rgb(68,146,229); }

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

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

 span { border-color: rgb(68,146,229); }

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