Html Css Color HEX #4696EB Cornflower Blue

📋 copy color: '#4696EB'

red 70 ◦ green 150 ◦ blue 235

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

Shades of Cornflower Blue #4696EB

Tints of Cornflower Blue #4696EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.65%

R = 15.38%
G = 32.97%
B = 51.65%

CMYK

 C value IS 0.70

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4696EB (or 0x4696EB) is known color: Cornflower Blue. HEX triplet: 46, 96 and EB. RGB value is (70,150,235). Sum of RGB (Red+Green+Blue) = 70+150+235=455 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.38% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 235 (92.19% from 255 or 51.65% from 455); Max value from RGB is 235 - color contains mainly: blue. Hex color #4696EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4696EB is #B96914. Grayscale: #878787. Windows color (decimal): -12151061 or 15439430. OLE color: 15439430.

HSL color Cylindrical-coordinate representation of color #4696EB: hue angle of 210.91º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4696EB is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 70 150 235 -
CMYK 0.70 0.36 0 0.08
HSL 210.91º 0.8% 0.6% -
HSV(B) 210.91º 0.7% 0.92% -
XYZ 28.43 29.11 82.72 -
YUV 135.77 184 81.09 -
System Red Green Blue C M Y K H S L
Decimal 70 150 235 0.70 0.36 0 0.08 210.91 0.8 0.6
Hex 46 96 EB 46 24 0 8 D3 50 3C
Octal 106 226 353 106 44 0 10 323 120 74
Binary 1000110 10010110 11101011 1000110 100100 0 1000 11010011 1010000 111100

Color Harmonies of #4696EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4696EB

Black with #4696EB

Text Example


Text Example

White with #4696EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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