Html Css Color HEX #4696FD Cornflower Blue

📋 copy color: '#4696FD'

red 70 ◦ green 150 ◦ blue 253

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

Shades of Cornflower Blue #4696FD

Tints of Cornflower Blue #4696FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.49%

R = 14.8%
G = 31.71%
B = 53.49%

CMYK

 C value IS 0.72

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4696FD (or 0x4696FD) is known color: Cornflower Blue. HEX triplet: 46, 96 and FD. RGB value is (70,150,253). Sum of RGB (Red+Green+Blue) = 70+150+253=473 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.80% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #4696FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4696FD is #B96902. Grayscale: #898989. Windows color (decimal): -12151043 or 16619078. OLE color: 16619078.

HSL color Cylindrical-coordinate representation of color #4696FD: hue angle of 213.77º degrees, saturation: 0.98, 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 #4696FD is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 70 150 253 -
CMYK 0.72 0.41 0 0.01
HSL 213.77º 0.98% 0.63% -
HSV(B) 213.77º 0.72% 0.99% -
XYZ 31.16 30.21 97.12 -
YUV 137.82 193 79.62 -
System Red Green Blue C M Y K H S L
Decimal 70 150 253 0.72 0.41 0 0.01 213.77 0.98 0.63
Hex 46 96 FD 48 29 0 1 D6 62 3F
Octal 106 226 375 110 51 0 1 326 142 77
Binary 1000110 10010110 11111101 1001000 101001 0 1 11010110 1100010 111111

Color Harmonies of #4696FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4696FD

Black with #4696FD

Text Example


Text Example

White with #4696FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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