#4A92FB

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

Shades of Cornflower Blue #4A92FB

Tints of Cornflower Blue #4A92FB

Color information

#4A92FB (or 0x4A92FB) is unknown color: approx Cornflower Blue. HEX triplet: 4A, 92 and FB. RGB value is (74,146,251). Sum of RGB (Red+Green+Blue) = 74+146+251=471 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.71% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #4A92FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A92FB is #B56D04. Grayscale: #878787. Windows color (decimal): -11889925 or 16486986. OLE color: 16486986.

HSL color Cylindrical-coordinate representation of color #4A92FB: hue angle of 215.59º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A92FB is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB74146251-
CMYK0.710.4200.02
HSL215.59º95.68%63.73%-
HSV(B)215.59º70.52%98.43%-
XYZ30.5228.9895.25-
YUV136.44192.6583.46-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.71%
GREEN value IS 146 (57.42% from 255) = 31.00%
BLUE value IS 251 (98.44% from 255) = 53.29%
R=15.71%
G=31.00%
B=53.29%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal741462510.710.4200.02215.5995.6863.73
Hex4A92FB472A02d86040
Octal1122223731075202330140100
Binary1001010100100101111101110001111010100101101100011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A92FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A92FB; }

 p { color: rgb(74,146,251); }

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

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

 a { background-color: rgb(74,146,251); }

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

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

 span { border-color: rgb(74,146,251); }

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