Html Css Color HEX #499ECB Picton Blue

📋 copy color: '#499ECB'

red 73 ◦ green 158 ◦ blue 203

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

Shades of Picton Blue #499ECB

Tints of Picton Blue #499ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.77%

R = 16.82%
G = 36.41%
B = 46.77%

CMYK

 C value IS 0.64

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#499ECB (or 0x499ECB) is known color: Picton Blue. HEX triplet: 49, 9E and CB. RGB value is (73,158,203). Sum of RGB (Red+Green+Blue) = 73+158+203=434 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.82% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #499ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499ECB is #B66134. Grayscale: #898989. Windows color (decimal): -11952437 or 13344329. OLE color: 13344329.

HSL color Cylindrical-coordinate representation of color #499ECB: hue angle of 200.77º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #499ECB is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 158 203 -
CMYK 0.64 0.22 0 0.20
HSL 200.77º 0.56% 0.54% -
HSV(B) 200.77º 0.64% 0.8% -
XYZ 25.75 30.18 60.97 -
YUV 137.72 164.84 81.84 -
System Red Green Blue C M Y K H S L
Decimal 73 158 203 0.64 0.22 0 0.20 200.77 0.56 0.54
Hex 49 9E CB 40 16 0 14 C9 38 36
Octal 111 236 313 100 26 0 24 311 70 66
Binary 1001001 10011110 11001011 1000000 10110 0 10100 11001001 111000 110110

Color Harmonies of #499ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499ECB

Black with #499ECB

Text Example


Text Example

White with #499ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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