#4C98FB

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

Shades of Cornflower Blue #4C98FB

Tints of Cornflower Blue #4C98FB

Color information

#4C98FB (or 0x4C98FB) is unknown color: approx Cornflower Blue. HEX triplet: 4C, 98 and FB. RGB value is (76,152,251). Sum of RGB (Red+Green+Blue) = 76+152+251=479 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.87% from 479); Green value is 152 (59.77% from 255 or 31.73% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #4C98FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4C98FB is #B36704. Grayscale: #8C8C8C. Windows color (decimal): -11757317 or 16488524. OLE color: 16488524.

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

Color convert

RGB76152251-
CMYK0.700.3900.02
HSL213.94º95.63%64.12%-
HSV(B)213.94º69.72%98.43%-
XYZ31.6230.9695.58-
YUV140.56190.3281.95-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 15.87%
GREEN value IS 152 (59.77% from 255) = 31.73%
BLUE value IS 251 (98.44% from 255) = 52.40%
R=15.87%
G=31.73%
B=52.40%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal761522510.700.3900.02213.9495.6364.12
Hex4C98FB462702d66040
Octal1142303731064702326140100
Binary1001100100110001111101110001101001110101101011011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C98FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,152,251); }

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

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

 a { background-color: rgb(76,152,251); }

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

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

 span { border-color: rgb(76,152,251); }

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