Html Css Color HEX #4699CD Picton Blue

📋 copy color: '#4699CD'

red 70 ◦ green 153 ◦ blue 205

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

Shades of Picton Blue #4699CD

Tints of Picton Blue #4699CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.9%

R = 16.36%
G = 35.75%
B = 47.9%

CMYK

 C value IS 0.66

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4699CD (or 0x4699CD) is known color: Picton Blue. HEX triplet: 46, 99 and CD. RGB value is (70,153,205). Sum of RGB (Red+Green+Blue) = 70+153+205=428 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.36% from 428); Green value is 153 (60.16% from 255 or 35.75% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #4699CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4699CD is #B96632. Grayscale: #858585. Windows color (decimal): -12150323 or 13474118. OLE color: 13474118.

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

Color convert

RGB 70 153 205 -
CMYK 0.66 0.25 0 0.20
HSL 203.11º 0.57% 0.54% -
HSV(B) 203.11º 0.66% 0.8% -
XYZ 24.94 28.49 61.94 -
YUV 134.11 168 82.27 -
System Red Green Blue C M Y K H S L
Decimal 70 153 205 0.66 0.25 0 0.20 203.11 0.57 0.54
Hex 46 99 CD 42 19 0 14 CB 39 36
Octal 106 231 315 102 31 0 24 313 71 66
Binary 1000110 10011001 11001101 1000010 11001 0 10100 11001011 111001 110110

Color Harmonies of #4699CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4699CD

Black with #4699CD

Text Example


Text Example

White with #4699CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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