Html Css Color HEX #499FCC Picton Blue

📋 copy color: '#499FCC'

red 73 ◦ green 159 ◦ blue 204

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

Shades of Picton Blue #499FCC

Tints of Picton Blue #499FCC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.47%

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

R = 16.74%
G = 36.47%
B = 46.79%

CMYK

 C value IS 0.64

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#499FCC (or 0x499FCC) is known color: Picton Blue. HEX triplet: 49, 9F and CC. RGB value is (73,159,204). Sum of RGB (Red+Green+Blue) = 73+159+204=436 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.74% from 436); Green value is 159 (62.5% from 255 or 36.47% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #499FCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499FCC is #B66033. Grayscale: #8A8A8A. Windows color (decimal): -11952180 or 13410121. OLE color: 13410121.

HSL color Cylindrical-coordinate representation of color #499FCC: hue angle of 200.61º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #499FCC is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 73 159 204 -
CMYK 0.64 0.22 0 0.2
HSL 200.61º 0.56% 0.54% -
HSV(B) 200.61º 0.64% 0.8% -
XYZ 26.04 30.57 61.66 -
YUV 138.42 165.01 81.34 -
System Red Green Blue C M Y K H S L
Decimal 73 159 204 0.64 0.22 0 0.2 200.61 0.56 0.54
Hex 49 9F CC 40 16 0 14 C9 38 36
Octal 111 237 314 100 26 0 24 311 70 66
Binary 1001001 10011111 11001100 1000000 10110 0 10100 11001001 111000 110110

Color Harmonies of #499FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499FCC

Black with #499FCC

Text Example


Text Example

White with #499FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,159,204); }

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

background-color css

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

 a { background-color: rgb(73,159,204); }

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

border-color css

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

 span { border-color: rgb(73,159,204); }

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