Html Css Color HEX #499ACE Picton Blue

📋 copy color: '#499ACE'

red 73 ◦ green 154 ◦ blue 206

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

Shades of Picton Blue #499ACE

Tints of Picton Blue #499ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.58%

R = 16.86%
G = 35.57%
B = 47.58%

CMYK

 C value IS 0.65

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#499ACE (or 0x499ACE) is known color: Picton Blue. HEX triplet: 49, 9A and CE. RGB value is (73,154,206). Sum of RGB (Red+Green+Blue) = 73+154+206=433 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.86% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #499ACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499ACE is #B66531. Grayscale: #878787. Windows color (decimal): -11953458 or 13539913. OLE color: 13539913.

HSL color Cylindrical-coordinate representation of color #499ACE: hue angle of 203.46º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #499ACE is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 154 206 -
CMYK 0.65 0.25 0 0.19
HSL 203.46º 0.58% 0.55% -
HSV(B) 203.46º 0.65% 0.81% -
XYZ 25.44 28.98 62.65 -
YUV 135.71 167.66 83.27 -
System Red Green Blue C M Y K H S L
Decimal 73 154 206 0.65 0.25 0 0.19 203.46 0.58 0.55
Hex 49 9A CE 41 19 0 13 CB 3A 37
Octal 111 232 316 101 31 0 23 313 72 67
Binary 1001001 10011010 11001110 1000001 11001 0 10011 11001011 111010 110111

Color Harmonies of #499ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499ACE

Black with #499ACE

Text Example


Text Example

White with #499ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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