#4492FC

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

Shades of Cornflower Blue #4492FC

Tints of Cornflower Blue #4492FC

Color information

#4492FC (or 0x4492FC) is unknown color: approx Cornflower Blue. HEX triplet: 44, 92 and FC. RGB value is (68,146,252). Sum of RGB (Red+Green+Blue) = 68+146+252=466 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.59% from 466); Green value is 146 (57.42% from 255 or 31.33% from 466); Blue value is 252 (98.83% from 255 or 54.08% from 466); Max value from RGB is 252 - color contains mainly: blue. Hex color #4492FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4492FC is #BB6D03. Grayscale: #868686. Windows color (decimal): -12283140 or 16552516. OLE color: 16552516.

HSL color Cylindrical-coordinate representation of color #4492FC: hue angle of 214.57º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4492FC is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB68146252-
CMYK0.730.4200.01
HSL214.57º96.84%62.75%-
HSV(B)214.57º73.02%98.82%-
XYZ30.2328.8196.06-
YUV134.76194.1680.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.59%
GREEN value IS 146 (57.42% from 255) = 31.33%
BLUE value IS 252 (98.83% from 255) = 54.08%
R=14.59%
G=31.33%
B=54.08%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal681462520.730.4200.01214.5796.8462.75
Hex4492FC492A01d7613f
Octal104222374111520132714177
Binary10001001001001011111100100100110101001110101111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4492FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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