Html Css Color HEX #4699CC Picton Blue

📋 copy color: '#4699CC'

red 70 ◦ green 153 ◦ blue 204

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

Shades of Picton Blue #4699CC

Tints of Picton Blue #4699CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.78%

R = 16.39%
G = 35.83%
B = 47.78%

CMYK

 C value IS 0.66

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4699CC (or 0x4699CC) is known color: Picton Blue. HEX triplet: 46, 99 and CC. RGB value is (70,153,204). Sum of RGB (Red+Green+Blue) = 70+153+204=427 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.39% from 427); Green value is 153 (60.16% from 255 or 35.83% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #4699CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4699CC is #B96633. Grayscale: #858585. Windows color (decimal): -12150324 or 13408582. OLE color: 13408582.

HSL color Cylindrical-coordinate representation of color #4699CC: hue angle of 202.84º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4699CC is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 70 153 204 -
CMYK 0.66 0.25 0 0.2
HSL 202.84º 0.57% 0.54% -
HSV(B) 202.84º 0.66% 0.8% -
XYZ 24.82 28.44 61.31 -
YUV 134 167.5 82.35 -
System Red Green Blue C M Y K H S L
Decimal 70 153 204 0.66 0.25 0 0.2 202.84 0.57 0.54
Hex 46 99 CC 42 19 0 14 CB 39 36
Octal 106 231 314 102 31 0 24 313 71 66
Binary 1000110 10011001 11001100 1000010 11001 0 10100 11001011 111001 110110

Color Harmonies of #4699CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4699CC

Black with #4699CC

Text Example


Text Example

White with #4699CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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