Html Css Color HEX #4697DC Picton Blue

📋 copy color: '#4697DC'

red 70 ◦ green 151 ◦ blue 220

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

Shades of Picton Blue #4697DC

Tints of Picton Blue #4697DC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.24%

 BLUE value IS 220 (86.33% from 255) = 49.89%

R = 15.87%
G = 34.24%
B = 49.89%

CMYK

 C value IS 0.68

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4697DC (or 0x4697DC) is known color: Picton Blue. HEX triplet: 46, 97 and DC. RGB value is (70,151,220). Sum of RGB (Red+Green+Blue) = 70+151+220=441 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.87% from 441); Green value is 151 (59.38% from 255 or 34.24% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #4697DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4697DC is #B96823. Grayscale: #868686. Windows color (decimal): -12150820 or 14456646. OLE color: 14456646.

HSL color Cylindrical-coordinate representation of color #4697DC: hue angle of 207.6º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4697DC is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 151 220 -
CMYK 0.68 0.31 0 0.14
HSL 207.6º 0.68% 0.57% -
HSV(B) 207.6º 0.68% 0.86% -
XYZ 26.51 28.6 71.83 -
YUV 134.65 176.16 81.89 -
System Red Green Blue C M Y K H S L
Decimal 70 151 220 0.68 0.31 0 0.14 207.6 0.68 0.57
Hex 46 97 DC 44 1F 0 E D0 44 39
Octal 106 227 334 104 37 0 16 320 104 71
Binary 1000110 10010111 11011100 1000100 11111 0 1110 11010000 1000100 111001

Color Harmonies of #4697DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4697DC

Black with #4697DC

Text Example


Text Example

White with #4697DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4697DC; }

 p { color: rgb(70,151,220); }

 H1.HeaderClassName
 {
   color: #4697DC;
 }
 .AnyTagClassName
 {
   color: #4697DC;
 }
</style>

background-color css

<style>
 a { background-color: #4697DC; }

 a { background-color: rgb(70,151,220); }

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

border-color css

<style>
 span { border-color: #4697DC; }

 span { border-color: rgb(70,151,220); }

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