Html Css Color HEX #4699CE Picton Blue

📋 copy color: '#4699CE'

red 70 ◦ green 153 ◦ blue 206

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

Shades of Picton Blue #4699CE

Tints of Picton Blue #4699CE

RGB

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

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

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

R = 16.32%
G = 35.66%
B = 48.02%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4699CE (or 0x4699CE) is known color: Picton Blue. HEX triplet: 46, 99 and CE. RGB value is (70,153,206). Sum of RGB (Red+Green+Blue) = 70+153+206=429 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.32% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #4699CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4699CE is #B96631. Grayscale: #858585. Windows color (decimal): -12150322 or 13539654. OLE color: 13539654.

HSL color Cylindrical-coordinate representation of color #4699CE: hue angle of 203.38º 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 #4699CE is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 70 153 206 -
CMYK 0.66 0.26 0 0.19
HSL 203.38º 0.58% 0.54% -
HSV(B) 203.38º 0.66% 0.81% -
XYZ 25.06 28.54 62.58 -
YUV 134.23 168.5 82.19 -
System Red Green Blue C M Y K H S L
Decimal 70 153 206 0.66 0.26 0 0.19 203.38 0.58 0.54
Hex 46 99 CE 42 1A 0 13 CB 3A 36
Octal 106 231 316 102 32 0 23 313 72 66
Binary 1000110 10011001 11001110 1000010 11010 0 10011 11001011 111010 110110

Color Harmonies of #4699CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4699CE

Black with #4699CE

Text Example


Text Example

White with #4699CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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