Html Css Color HEX #499BD6 Picton Blue

📋 copy color: '#499BD6'

red 73 ◦ green 155 ◦ blue 214

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

Shades of Picton Blue #499BD6

Tints of Picton Blue #499BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 48.42%

R = 16.52%
G = 35.07%
B = 48.42%

CMYK

 C value IS 0.66

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#499BD6 (or 0x499BD6) is known color: Picton Blue. HEX triplet: 49, 9B and D6. RGB value is (73,155,214). Sum of RGB (Red+Green+Blue) = 73+155+214=442 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.52% from 442); Green value is 155 (60.94% from 255 or 35.07% from 442); Blue value is 214 (83.98% from 255 or 48.42% from 442); Max value from RGB is 214 - color contains mainly: blue. Hex color #499BD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499BD6 is #B66429. Grayscale: #888888. Windows color (decimal): -11953194 or 14064457. OLE color: 14064457.

HSL color Cylindrical-coordinate representation of color #499BD6: hue angle of 205.11º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #499BD6 is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 155 214 -
CMYK 0.66 0.28 0 0.16
HSL 205.11º 0.63% 0.56% -
HSV(B) 205.11º 0.66% 0.84% -
XYZ 26.61 29.71 67.95 -
YUV 137.21 171.33 82.2 -
System Red Green Blue C M Y K H S L
Decimal 73 155 214 0.66 0.28 0 0.16 205.11 0.63 0.56
Hex 49 9B D6 42 1C 0 10 CD 3F 38
Octal 111 233 326 102 34 0 20 315 77 70
Binary 1001001 10011011 11010110 1000010 11100 0 10000 11001101 111111 111000

Color Harmonies of #499BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499BD6

Black with #499BD6

Text Example


Text Example

White with #499BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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