Html Css Color HEX #499EC6 Picton Blue

📋 copy color: '#499EC6'

red 73 ◦ green 158 ◦ blue 198

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

Shades of Picton Blue #499EC6

Tints of Picton Blue #499EC6

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.83%

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

R = 17.02%
G = 36.83%
B = 46.15%

CMYK

 C value IS 0.63

 M value IS 0.20

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#499EC6 (or 0x499EC6) is known color: Picton Blue. HEX triplet: 49, 9E and C6. RGB value is (73,158,198). Sum of RGB (Red+Green+Blue) = 73+158+198=429 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.02% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 198 (77.73% from 255 or 46.15% from 429); Max value from RGB is 198 - color contains mainly: blue. Hex color #499EC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499EC6 is #B66139. Grayscale: #888888. Windows color (decimal): -11952442 or 13016649. OLE color: 13016649.

HSL color Cylindrical-coordinate representation of color #499EC6: hue angle of 199.2º 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 #499EC6 is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 73 158 198 -
CMYK 0.63 0.20 0 0.22
HSL 199.2º 0.52% 0.53% -
HSV(B) 199.2º 0.63% 0.78% -
XYZ 25.17 29.95 57.88 -
YUV 137.15 162.34 82.25 -
System Red Green Blue C M Y K H S L
Decimal 73 158 198 0.63 0.20 0 0.22 199.2 0.52 0.53
Hex 49 9E C6 3F 14 0 16 C7 34 35
Octal 111 236 306 77 24 0 26 307 64 65
Binary 1001001 10011110 11000110 111111 10100 0 10110 11000111 110100 110101

Color Harmonies of #499EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499EC6

Black with #499EC6

Text Example


Text Example

White with #499EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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