#4592FA

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

Shades of Cornflower Blue #4592FA

Tints of Cornflower Blue #4592FA

Color information

#4592FA (or 0x4592FA) is unknown color: approx Cornflower Blue. HEX triplet: 45, 92 and FA. RGB value is (69,146,250). Sum of RGB (Red+Green+Blue) = 69+146+250=465 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.84% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #4592FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4592FA is #BA6D05. Grayscale: #868686. Windows color (decimal): -12217606 or 16421445. OLE color: 16421445.

HSL color Cylindrical-coordinate representation of color #4592FA: hue angle of 214.48º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4592FA is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB69146250-
CMYK0.720.4200.02
HSL214.48º94.76%62.55%-
HSV(B)214.48º72.4%98.04%-
XYZ29.9928.7394.41-
YUV134.83192.9981.04-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.84%
GREEN value IS 146 (57.42% from 255) = 31.40%
BLUE value IS 250 (98.05% from 255) = 53.76%
R=14.84%
G=31.40%
B=53.76%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal691462500.720.4200.02214.4894.7662.55
Hex4592FA482A02d65f3f
Octal105222372110520232613777
Binary100010110010010111110101001000101010010110101101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4592FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4592FA; }

 p { color: rgb(69,146,250); }

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

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

 a { background-color: rgb(69,146,250); }

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

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

 span { border-color: rgb(69,146,250); }

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