#4CA1FE

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

Shades of Cornflower Blue #4CA1FE

Tints of Cornflower Blue #4CA1FE

Color information

#4CA1FE (or 0x4CA1FE) is unknown color: approx Cornflower Blue. HEX triplet: 4C, A1 and FE. RGB value is (76,161,254). Sum of RGB (Red+Green+Blue) = 76+161+254=491 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.48% from 491); Green value is 161 (63.28% from 255 or 32.79% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #4CA1FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4CA1FE is #B35E01. Grayscale: #919191. Windows color (decimal): -11755010 or 16687436. OLE color: 16687436.

HSL color Cylindrical-coordinate representation of color #4CA1FE: hue angle of 211.35º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CA1FE is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB76161254-
CMYK0.700.3700.00
HSL211.35º98.89%64.71%-
HSV(B)211.35º70.08%99.61%-
XYZ33.6134.1898.59-
YUV146.19188.8477.94-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 15.48%
GREEN value IS 161 (63.28% from 255) = 32.79%
BLUE value IS 254 (99.61% from 255) = 51.73%
R=15.48%
G=32.79%
B=51.73%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal761612540.700.3700.00211.3598.8964.71
Hex4CA1FE462500d36341
Octal1142413761064500323143101
Binary100110010100001111111101000110100101001101001111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,161,254); }

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

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

 a { background-color: rgb(76,161,254); }

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

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

 span { border-color: rgb(76,161,254); }

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