#4699ED

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

Shades of Cornflower Blue #4699ED

Tints of Cornflower Blue #4699ED

Color information

#4699ED (or 0x4699ED) is unknown color: approx Cornflower Blue. HEX triplet: 46, 99 and ED. RGB value is (70,153,237). Sum of RGB (Red+Green+Blue) = 70+153+237=460 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.22% from 460); Green value is 153 (60.16% from 255 or 33.26% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #4699ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4699ED is #B96612. Grayscale: #898989. Windows color (decimal): -12150291 or 15571270. OLE color: 15571270.

HSL color Cylindrical-coordinate representation of color #4699ED: hue angle of 210.18º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4699ED is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB70153237-
CMYK0.700.3500.07
HSL210.18º82.27%60.2%-
HSV(B)210.18º70.46%92.94%-
XYZ29.230.284.41-
YUV137.7618479.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.22%
GREEN value IS 153 (60.16% from 255) = 33.26%
BLUE value IS 237 (92.97% from 255) = 51.52%
R=15.22%
G=33.26%
B=51.52%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal701532370.700.3500.07210.1882.2760.2
Hex4699ED462307d2523c
Octal106231355106430732212274
Binary1000110100110011110110110001101000110111110100101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4699ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4699ED; }

 p { color: rgb(70,153,237); }

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

<style>
 a { background-color: #4699ED; }

 a { background-color: rgb(70,153,237); }

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

<style>
 span { border-color: #4699ED; }

 span { border-color: rgb(70,153,237); }

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