#4D94FE

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

Shades of Cornflower Blue #4D94FE

Tints of Cornflower Blue #4D94FE

Color information

#4D94FE (or 0x4D94FE) is unknown color: approx Cornflower Blue. HEX triplet: 4D, 94 and FE. RGB value is (77,148,254). Sum of RGB (Red+Green+Blue) = 77+148+254=479 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.08% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #4D94FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4D94FE is #B26B01. Grayscale: #8A8A8A. Windows color (decimal): -11692802 or 16684109. OLE color: 16684109.

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

Color convert

RGB77148254-
CMYK0.700.4200.00
HSL215.93º98.88%64.9%-
HSV(B)215.93º69.69%99.61%-
XYZ31.5429.9197.88-
YUV138.85192.9883.88-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.08%
GREEN value IS 148 (58.20% from 255) = 30.90%
BLUE value IS 254 (99.61% from 255) = 53.03%
R=16.08%
G=30.90%
B=53.03%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal771482540.700.4200.00215.9398.8864.9
Hex4D94FE462A00d86341
Octal1152243761065200330143101
Binary100110110010100111111101000110101010001101100011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D94FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,148,254); }

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

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

 a { background-color: rgb(77,148,254); }

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

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

 span { border-color: rgb(77,148,254); }

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