#4DA0FC

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

Shades of Cornflower Blue #4DA0FC

Tints of Cornflower Blue #4DA0FC

Color information

#4DA0FC (or 0x4DA0FC) is unknown color: approx Cornflower Blue. HEX triplet: 4D, A0 and FC. RGB value is (77,160,252). Sum of RGB (Red+Green+Blue) = 77+160+252=489 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.75% from 489); Green value is 160 (62.89% from 255 or 32.72% from 489); Blue value is 252 (98.83% from 255 or 51.53% from 489); Max value from RGB is 252 - color contains mainly: blue. Hex color #4DA0FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4DA0FC is #B25F03. Grayscale: #919191. Windows color (decimal): -11689732 or 16556109. OLE color: 16556109.

HSL color Cylindrical-coordinate representation of color #4DA0FC: hue angle of 211.54º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DA0FC is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB77160252-
CMYK0.690.3700.01
HSL211.54º96.69%64.51%-
HSV(B)211.54º69.44%98.82%-
XYZ33.233.7596.86-
YUV145.6718879.02-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 15.75%
GREEN value IS 160 (62.89% from 255) = 32.72%
BLUE value IS 252 (98.83% from 255) = 51.53%
R=15.75%
G=32.72%
B=51.53%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal771602520.690.3700.01211.5496.6964.51
Hex4DA0FC452501d46141
Octal1152403741054501324141101
Binary100110110100000111111001000101100101011101010011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,160,252); }

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

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

 a { background-color: rgb(77,160,252); }

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

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

 span { border-color: rgb(77,160,252); }

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