#4CA1F3

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

Shades of Cornflower Blue #4CA1F3

Tints of Cornflower Blue #4CA1F3

Color information

#4CA1F3 (or 0x4CA1F3) is unknown color: approx Cornflower Blue. HEX triplet: 4C, A1 and F3. RGB value is (76,161,243). Sum of RGB (Red+Green+Blue) = 76+161+243=480 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.83% from 480); Green value is 161 (63.28% from 255 or 33.54% from 480); Blue value is 243 (95.31% from 255 or 50.62% from 480); Max value from RGB is 243 - color contains mainly: blue. Hex color #4CA1F3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4CA1F3 is #B35E0C. Grayscale: #909090. Windows color (decimal): -11755021 or 15966540. OLE color: 15966540.

HSL color Cylindrical-coordinate representation of color #4CA1F3: hue angle of 209.46º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CA1F3 is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB76161243-
CMYK0.690.3400.05
HSL209.46º87.43%62.55%-
HSV(B)209.46º68.72%95.29%-
XYZ31.933.589.58-
YUV144.93183.3478.83-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 15.83%
GREEN value IS 161 (63.28% from 255) = 33.54%
BLUE value IS 243 (95.31% from 255) = 50.62%
R=15.83%
G=33.54%
B=50.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal761612430.690.3400.05209.4687.4362.55
Hex4CA1F3452205d1573f
Octal114241363105420532112777
Binary1001100101000011111001110001011000100101110100011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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