Html Css Color HEX #499CCF Picton Blue

📋 copy color: '#499CCF'

red 73 ◦ green 156 ◦ blue 207

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

Shades of Picton Blue #499CCF

Tints of Picton Blue #499CCF

RGB

 RED value IS 73 (28.91% from 255) = 16.74%

 GREEN value IS 156 (61.33% from 255) = 35.78%

 BLUE value IS 207 (81.25% from 255) = 47.48%

R = 16.74%
G = 35.78%
B = 47.48%

CMYK

 C value IS 0.65

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#499CCF (or 0x499CCF) is known color: Picton Blue. HEX triplet: 49, 9C and CF. RGB value is (73,156,207). Sum of RGB (Red+Green+Blue) = 73+156+207=436 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.74% from 436); Green value is 156 (61.33% from 255 or 35.78% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #499CCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499CCF is #B66330. Grayscale: #888888. Windows color (decimal): -11952945 or 13605961. OLE color: 13605961.

HSL color Cylindrical-coordinate representation of color #499CCF: hue angle of 202.84º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #499CCF is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 156 207 -
CMYK 0.65 0.25 0 0.19
HSL 202.84º 0.58% 0.55% -
HSV(B) 202.84º 0.65% 0.81% -
XYZ 25.9 29.7 63.4 -
YUV 137 167.5 82.35 -
System Red Green Blue C M Y K H S L
Decimal 73 156 207 0.65 0.25 0 0.19 202.84 0.58 0.55
Hex 49 9C CF 41 19 0 13 CB 3A 37
Octal 111 234 317 101 31 0 23 313 72 67
Binary 1001001 10011100 11001111 1000001 11001 0 10011 11001011 111010 110111

Color Harmonies of #499CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499CCF

Black with #499CCF

Text Example


Text Example

White with #499CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499CCF; }

 p { color: rgb(73,156,207); }

 H1.HeaderClassName
 {
   color: #499CCF;
 }
 .AnyTagClassName
 {
   color: #499CCF;
 }
</style>

background-color css

<style>
 a { background-color: #499CCF; }

 a { background-color: rgb(73,156,207); }

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

border-color css

<style>
 span { border-color: #499CCF; }

 span { border-color: rgb(73,156,207); }

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