#4696F3

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

Shades of Cornflower Blue #4696F3

Tints of Cornflower Blue #4696F3

Color information

#4696F3 (or 0x4696F3) is unknown color: approx Cornflower Blue. HEX triplet: 46, 96 and F3. RGB value is (70,150,243). Sum of RGB (Red+Green+Blue) = 70+150+243=463 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.12% from 463); Green value is 150 (58.98% from 255 or 32.40% from 463); Blue value is 243 (95.31% from 255 or 52.48% from 463); Max value from RGB is 243 - color contains mainly: blue. Hex color #4696F3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4696F3 is #B9690C. Grayscale: #888888. Windows color (decimal): -12151053 or 15963718. OLE color: 15963718.

HSL color Cylindrical-coordinate representation of color #4696F3: hue angle of 212.25º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4696F3 is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB70150243-
CMYK0.710.3800.05
HSL212.25º87.82%61.37%-
HSV(B)212.25º71.19%95.29%-
XYZ29.6129.5988.94-
YUV136.6818880.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.12%
GREEN value IS 150 (58.98% from 255) = 32.40%
BLUE value IS 243 (95.31% from 255) = 52.48%
R=15.12%
G=32.40%
B=52.48%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal701502430.710.3800.05212.2587.8261.37
Hex4696F3472605d4583d
Octal106226363107460532413075
Binary1000110100101101111001110001111001100101110101001011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4696F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4696F3; }

 p { color: rgb(70,150,243); }

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

<style>
 a { background-color: #4696F3; }

 a { background-color: rgb(70,150,243); }

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

<style>
 span { border-color: #4696F3; }

 span { border-color: rgb(70,150,243); }

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