Html Css Color HEX #499AD7 Picton Blue

📋 copy color: '#499AD7'

red 73 ◦ green 154 ◦ blue 215

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

Shades of Picton Blue #499AD7

Tints of Picton Blue #499AD7

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.84%

 BLUE value IS 215 (84.38% from 255) = 48.64%

R = 16.52%
G = 34.84%
B = 48.64%

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

#499AD7 (or 0x499AD7) is known color: Picton Blue. HEX triplet: 49, 9A and D7. RGB value is (73,154,215). Sum of RGB (Red+Green+Blue) = 73+154+215=442 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.52% from 442); Green value is 154 (60.55% from 255 or 34.84% from 442); Blue value is 215 (84.38% from 255 or 48.64% from 442); Max value from RGB is 215 - color contains mainly: blue. Hex color #499AD7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499AD7 is #B66528. Grayscale: #888888. Windows color (decimal): -11953449 or 14129737. OLE color: 14129737.

HSL color Cylindrical-coordinate representation of color #499AD7: hue angle of 205.77º degrees, saturation: 0.64, 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 #499AD7 is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 154 215 -
CMYK 0.66 0.28 0 0.16
HSL 205.77º 0.64% 0.56% -
HSV(B) 205.77º 0.66% 0.84% -
XYZ 26.57 29.43 68.57 -
YUV 136.74 172.16 82.54 -
System Red Green Blue C M Y K H S L
Decimal 73 154 215 0.66 0.28 0 0.16 205.77 0.64 0.56
Hex 49 9A D7 42 1C 0 10 CE 40 38
Octal 111 232 327 102 34 0 20 316 100 70
Binary 1001001 10011010 11010111 1000010 11100 0 10000 11001110 1000000 111000

Color Harmonies of #499AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499AD7

Black with #499AD7

Text Example


Text Example

White with #499AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,154,215); }

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

background-color css

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

 a { background-color: rgb(73,154,215); }

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

border-color css

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

 span { border-color: rgb(73,154,215); }

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