Html Css Color HEX #499BCC Picton Blue

📋 copy color: '#499BCC'

red 73 ◦ green 155 ◦ blue 204

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

Shades of Picton Blue #499BCC

Tints of Picton Blue #499BCC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.88%

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

R = 16.9%
G = 35.88%
B = 47.22%

CMYK

 C value IS 0.64

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#499BCC (or 0x499BCC) is known color: Picton Blue. HEX triplet: 49, 9B and CC. RGB value is (73,155,204). Sum of RGB (Red+Green+Blue) = 73+155+204=432 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.90% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #499BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499BCC is #B66433. Grayscale: #878787. Windows color (decimal): -11953204 or 13409097. OLE color: 13409097.

HSL color Cylindrical-coordinate representation of color #499BCC: hue angle of 202.44º 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 #499BCC is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 73 155 204 -
CMYK 0.64 0.24 0 0.2
HSL 202.44º 0.56% 0.54% -
HSV(B) 202.44º 0.64% 0.8% -
XYZ 25.37 29.22 61.43 -
YUV 136.07 166.33 83.02 -
System Red Green Blue C M Y K H S L
Decimal 73 155 204 0.64 0.24 0 0.2 202.44 0.56 0.54
Hex 49 9B CC 40 18 0 14 CA 38 36
Octal 111 233 314 100 30 0 24 312 70 66
Binary 1001001 10011011 11001100 1000000 11000 0 10100 11001010 111000 110110

Color Harmonies of #499BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499BCC

Black with #499BCC

Text Example


Text Example

White with #499BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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