Html Css Color HEX #499CC5 Picton Blue

📋 copy color: '#499CC5'

red 73 ◦ green 156 ◦ blue 197

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

Shades of Picton Blue #499CC5

Tints of Picton Blue #499CC5

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.62%

 BLUE value IS 197 (77.34% from 255) = 46.24%

R = 17.14%
G = 36.62%
B = 46.24%

CMYK

 C value IS 0.63

 M value IS 0.21

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#499CC5 (or 0x499CC5) is known color: Picton Blue. HEX triplet: 49, 9C and C5. RGB value is (73,156,197). Sum of RGB (Red+Green+Blue) = 73+156+197=426 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.14% from 426); Green value is 156 (61.33% from 255 or 36.62% from 426); Blue value is 197 (77.34% from 255 or 46.24% from 426); Max value from RGB is 197 - color contains mainly: blue. Hex color #499CC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499CC5 is #B6633A. Grayscale: #878787. Windows color (decimal): -11952955 or 12950601. OLE color: 12950601.

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

Color convert

RGB 73 156 197 -
CMYK 0.63 0.21 0 0.23
HSL 199.84º 0.52% 0.53% -
HSV(B) 199.84º 0.63% 0.77% -
XYZ 24.71 29.22 57.16 -
YUV 135.86 162.5 83.17 -
System Red Green Blue C M Y K H S L
Decimal 73 156 197 0.63 0.21 0 0.23 199.84 0.52 0.53
Hex 49 9C C5 3F 15 0 17 C8 34 35
Octal 111 234 305 77 25 0 27 310 64 65
Binary 1001001 10011100 11000101 111111 10101 0 10111 11001000 110100 110101

Color Harmonies of #499CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499CC5

Black with #499CC5

Text Example


Text Example

White with #499CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,156,197); }

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

background-color css

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

 a { background-color: rgb(73,156,197); }

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

border-color css

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

 span { border-color: rgb(73,156,197); }

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