#4CA4FB

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

Shades of Cornflower Blue #4CA4FB

Tints of Cornflower Blue #4CA4FB

Color information

#4CA4FB (or 0x4CA4FB) is unknown color: approx Cornflower Blue. HEX triplet: 4C, A4 and FB. RGB value is (76,164,251). Sum of RGB (Red+Green+Blue) = 76+164+251=491 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.48% from 491); Green value is 164 (64.45% from 255 or 33.40% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #4CA4FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4CA4FB is #B35B04. Grayscale: #939393. Windows color (decimal): -11754245 or 16491596. OLE color: 16491596.

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

Color convert

RGB76164251-
CMYK0.700.3500.02
HSL209.83º95.63%64.12%-
HSV(B)209.83º69.72%98.43%-
XYZ33.6735.0596.26-
YUV147.61186.3576.93-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 15.48%
GREEN value IS 164 (64.45% from 255) = 33.40%
BLUE value IS 251 (98.44% from 255) = 51.12%
R=15.48%
G=33.40%
B=51.12%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal761642510.700.3500.02209.8395.6364.12
Hex4CA4FB462302d26040
Octal1142443731064302322140100
Binary1001100101001001111101110001101000110101101001011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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