#4A93FB

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

Shades of Cornflower Blue #4A93FB

Tints of Cornflower Blue #4A93FB

Color information

#4A93FB (or 0x4A93FB) is unknown color: approx Cornflower Blue. HEX triplet: 4A, 93 and FB. RGB value is (74,147,251). Sum of RGB (Red+Green+Blue) = 74+147+251=472 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.68% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #4A93FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A93FB is #B56C04. Grayscale: #888888. Windows color (decimal): -11889669 or 16487242. OLE color: 16487242.

HSL color Cylindrical-coordinate representation of color #4A93FB: hue angle of 215.25º 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 #4A93FB is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB74147251-
CMYK0.710.4100.02
HSL215.25º95.68%63.73%-
HSV(B)215.25º70.52%98.43%-
XYZ30.6729.2995.3-
YUV137.03192.3283.04-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.68%
GREEN value IS 147 (57.81% from 255) = 31.14%
BLUE value IS 251 (98.44% from 255) = 53.18%
R=15.68%
G=31.14%
B=53.18%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal741472510.710.4100.02215.2595.6863.73
Hex4A93FB472902d76040
Octal1122233731075102327140100
Binary1001010100100111111101110001111010010101101011111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A93FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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