Html Css Color HEX #499DC6 Picton Blue

📋 copy color: '#499DC6'

red 73 ◦ green 157 ◦ blue 198

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

Shades of Picton Blue #499DC6

Tints of Picton Blue #499DC6

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.68%

 BLUE value IS 198 (77.73% from 255) = 46.26%

R = 17.06%
G = 36.68%
B = 46.26%

CMYK

 C value IS 0.63

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#499DC6 (or 0x499DC6) is known color: Picton Blue. HEX triplet: 49, 9D and C6. RGB value is (73,157,198). Sum of RGB (Red+Green+Blue) = 73+157+198=428 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.06% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 198 (77.73% from 255 or 46.26% from 428); Max value from RGB is 198 - color contains mainly: blue. Hex color #499DC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499DC6 is #B66239. Grayscale: #888888. Windows color (decimal): -11952698 or 13016393. OLE color: 13016393.

HSL color Cylindrical-coordinate representation of color #499DC6: hue angle of 199.68º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #499DC6 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 73 157 198 -
CMYK 0.63 0.21 0 0.22
HSL 199.68º 0.52% 0.53% -
HSV(B) 199.68º 0.63% 0.78% -
XYZ 25 29.61 57.82 -
YUV 136.56 162.67 82.67 -
System Red Green Blue C M Y K H S L
Decimal 73 157 198 0.63 0.21 0 0.22 199.68 0.52 0.53
Hex 49 9D C6 3F 15 0 16 C8 34 35
Octal 111 235 306 77 25 0 26 310 64 65
Binary 1001001 10011101 11000110 111111 10101 0 10110 11001000 110100 110101

Color Harmonies of #499DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499DC6

Black with #499DC6

Text Example


Text Example

White with #499DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,157,198); }

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

background-color css

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

 a { background-color: rgb(73,157,198); }

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

border-color css

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

 span { border-color: rgb(73,157,198); }

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