#4d85fc

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

Shades of Cornflower Blue #4D85FC

Tints of Cornflower Blue #4D85FC

Color information

#4D85FC (or 0x4D85FC) is unknown color: approx Cornflower Blue. HEX triplet: 4D, 85 and FC. RGB value is (77,133,252). Sum of RGB (Red+Green+Blue) = 77+133+252=462 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.67% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 252 (98.83% from 255 or 54.55% from 462); Max value from RGB is 252 - color contains mainly: blue. Hex color #4D85FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4D85FC is #B27A03. Grayscale: #818181. Windows color (decimal): -11696644 or 16549197. OLE color: 16549197.

HSL color Cylindrical-coordinate representation of color #4D85FC: hue angle of 220.8º 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 #4D85FC is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB77133252-
CMYK0.690.4700.01
HSL220.8º96.69%64.51%-
HSV(B)220.8º69.44%98.82%-
XYZ29.0225.3895.47-
YUV129.82196.9590.32-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.67%
GREEN value IS 133 (52.34% from 255) = 28.79%
BLUE value IS 252 (98.83% from 255) = 54.55%
R=16.67%
G=28.79%
B=54.55%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal771332520.690.4700.01220.896.6964.51
Hex4D85FC452F01dd6141
Octal1152053741055701335141101
Binary100110110000101111111001000101101111011101110111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4d85fc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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

cancel