Html Css Color HEX #4696CE Picton Blue

📋 copy color: '#4696CE'

red 70 ◦ green 150 ◦ blue 206

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

Shades of Picton Blue #4696CE

Tints of Picton Blue #4696CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.36%

R = 16.43%
G = 35.21%
B = 48.36%

CMYK

 C value IS 0.66

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4696CE (or 0x4696CE) is known color: Picton Blue. HEX triplet: 46, 96 and CE. RGB value is (70,150,206). Sum of RGB (Red+Green+Blue) = 70+150+206=426 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.43% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #4696CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4696CE is #B96931. Grayscale: #848484. Windows color (decimal): -12151090 or 13538886. OLE color: 13538886.

HSL color Cylindrical-coordinate representation of color #4696CE: hue angle of 204.71º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4696CE is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 70 150 206 -
CMYK 0.66 0.27 0 0.19
HSL 204.71º 0.58% 0.54% -
HSV(B) 204.71º 0.66% 0.81% -
XYZ 24.57 27.57 62.42 -
YUV 132.46 169.5 83.45 -
System Red Green Blue C M Y K H S L
Decimal 70 150 206 0.66 0.27 0 0.19 204.71 0.58 0.54
Hex 46 96 CE 42 1B 0 13 CD 3A 36
Octal 106 226 316 102 33 0 23 315 72 66
Binary 1000110 10010110 11001110 1000010 11011 0 10011 11001101 111010 110110

Color Harmonies of #4696CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4696CE

Black with #4696CE

Text Example


Text Example

White with #4696CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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