Html Css Color HEX #4696DF Picton Blue

📋 copy color: '#4696DF'

red 70 ◦ green 150 ◦ blue 223

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

Shades of Picton Blue #4696DF

Tints of Picton Blue #4696DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.34%

R = 15.8%
G = 33.86%
B = 50.34%

CMYK

 C value IS 0.69

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4696DF (or 0x4696DF) is known color: Picton Blue. HEX triplet: 46, 96 and DF. RGB value is (70,150,223). Sum of RGB (Red+Green+Blue) = 70+150+223=443 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.80% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #4696DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4696DF is #B96920. Grayscale: #868686. Windows color (decimal): -12151073 or 14652998. OLE color: 14652998.

HSL color Cylindrical-coordinate representation of color #4696DF: hue angle of 208.63º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4696DF is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 150 223 -
CMYK 0.69 0.33 0 0.13
HSL 208.63º 0.71% 0.57% -
HSV(B) 208.63º 0.69% 0.87% -
XYZ 26.75 28.44 73.89 -
YUV 134.4 178 82.06 -
System Red Green Blue C M Y K H S L
Decimal 70 150 223 0.69 0.33 0 0.13 208.63 0.71 0.57
Hex 46 96 DF 45 21 0 D D1 47 39
Octal 106 226 337 105 41 0 15 321 107 71
Binary 1000110 10010110 11011111 1000101 100001 0 1101 11010001 1000111 111001

Color Harmonies of #4696DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4696DF

Black with #4696DF

Text Example


Text Example

White with #4696DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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