Html Css Color HEX #4696FC Cornflower Blue

📋 copy color: '#4696FC'

red 70 ◦ green 150 ◦ blue 252

#4696FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #4696FC

Tints of Cornflower Blue #4696FC

RGB

 RED value IS 70 (27.73% from 255) = 14.83%

 GREEN value IS 150 (58.98% from 255) = 31.78%

 BLUE value IS 252 (98.83% from 255) = 53.39%

R = 14.83%
G = 31.78%
B = 53.39%

CMYK

 C value IS 0.72

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4696FC (or 0x4696FC) is known color: Cornflower Blue. HEX triplet: 46, 96 and FC. RGB value is (70,150,252). Sum of RGB (Red+Green+Blue) = 70+150+252=472 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.83% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 252 (98.83% from 255 or 53.39% from 472); Max value from RGB is 252 - color contains mainly: blue. Hex color #4696FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4696FC is #B96903. Grayscale: #898989. Windows color (decimal): -12151044 or 16553542. OLE color: 16553542.

HSL color Cylindrical-coordinate representation of color #4696FC: hue angle of 213.63º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4696FC is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 70 150 252 -
CMYK 0.72 0.40 0 0.01
HSL 213.63º 0.97% 0.63% -
HSV(B) 213.63º 0.72% 0.99% -
XYZ 31 30.14 96.28 -
YUV 137.71 192.5 79.71 -
System Red Green Blue C M Y K H S L
Decimal 70 150 252 0.72 0.40 0 0.01 213.63 0.97 0.63
Hex 46 96 FC 48 28 0 1 D6 61 3F
Octal 106 226 374 110 50 0 1 326 141 77
Binary 1000110 10010110 11111100 1001000 101000 0 1 11010110 1100001 111111

Color Harmonies of #4696FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4696FC

Black with #4696FC

Text Example


Text Example

White with #4696FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4696FC;
 }
 .AnyTagClassName
 {
   color: #4696FC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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