Html Css Color HEX #4699DC Picton Blue

📋 copy color: '#4699DC'

red 70 ◦ green 153 ◦ blue 220

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

Shades of Picton Blue #4699DC

Tints of Picton Blue #4699DC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.54%

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

R = 15.8%
G = 34.54%
B = 49.66%

CMYK

 C value IS 0.68

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4699DC (or 0x4699DC) is known color: Picton Blue. HEX triplet: 46, 99 and DC. RGB value is (70,153,220). Sum of RGB (Red+Green+Blue) = 70+153+220=443 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.80% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #4699DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4699DC is #B96623. Grayscale: #878787. Windows color (decimal): -12150308 or 14457158. OLE color: 14457158.

HSL color Cylindrical-coordinate representation of color #4699DC: hue angle of 206.8º 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 #4699DC is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 153 220 -
CMYK 0.68 0.30 0 0.14
HSL 206.8º 0.68% 0.57% -
HSV(B) 206.8º 0.68% 0.86% -
XYZ 26.84 29.25 71.94 -
YUV 135.82 175.5 81.05 -
System Red Green Blue C M Y K H S L
Decimal 70 153 220 0.68 0.30 0 0.14 206.8 0.68 0.57
Hex 46 99 DC 44 1E 0 E CF 44 39
Octal 106 231 334 104 36 0 16 317 104 71
Binary 1000110 10011001 11011100 1000100 11110 0 1110 11001111 1000100 111001

Color Harmonies of #4699DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4699DC

Black with #4699DC

Text Example


Text Example

White with #4699DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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