#4C96FB

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

Shades of Cornflower Blue #4C96FB

Tints of Cornflower Blue #4C96FB

Color information

#4C96FB (or 0x4C96FB) is unknown color: approx Cornflower Blue. HEX triplet: 4C, 96 and FB. RGB value is (76,150,251). Sum of RGB (Red+Green+Blue) = 76+150+251=477 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.93% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #4C96FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4C96FB is #B36904. Grayscale: #8A8A8A. Windows color (decimal): -11757829 or 16488012. OLE color: 16488012.

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

Color convert

RGB76150251-
CMYK0.700.4000.02
HSL214.63º95.63%64.12%-
HSV(B)214.63º69.72%98.43%-
XYZ31.330.3195.47-
YUV139.39190.9882.79-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 15.93%
GREEN value IS 150 (58.98% from 255) = 31.45%
BLUE value IS 251 (98.44% from 255) = 52.62%
R=15.93%
G=31.45%
B=52.62%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal761502510.700.4000.02214.6395.6364.12
Hex4C96FB462802d76040
Octal1142263731065002327140100
Binary1001100100101101111101110001101010000101101011111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C96FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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