Html Css Color HEX #499BCF Picton Blue

📋 copy color: '#499BCF'

red 73 ◦ green 155 ◦ blue 207

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

Shades of Picton Blue #499BCF

Tints of Picton Blue #499BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.59%

R = 16.78%
G = 35.63%
B = 47.59%

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

#499BCF (or 0x499BCF) is known color: Picton Blue. HEX triplet: 49, 9B and CF. RGB value is (73,155,207). Sum of RGB (Red+Green+Blue) = 73+155+207=435 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.78% from 435); Green value is 155 (60.94% from 255 or 35.63% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #499BCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499BCF is #B66430. Grayscale: #888888. Windows color (decimal): -11953201 or 13605705. OLE color: 13605705.

HSL color Cylindrical-coordinate representation of color #499BCF: hue angle of 203.28º 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 #499BCF is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 155 207 -
CMYK 0.65 0.25 0 0.19
HSL 203.28º 0.58% 0.55% -
HSV(B) 203.28º 0.65% 0.81% -
XYZ 25.73 29.36 63.34 -
YUV 136.41 167.83 82.77 -
System Red Green Blue C M Y K H S L
Decimal 73 155 207 0.65 0.25 0 0.19 203.28 0.58 0.55
Hex 49 9B CF 41 19 0 13 CB 3A 37
Octal 111 233 317 101 31 0 23 313 72 67
Binary 1001001 10011011 11001111 1000001 11001 0 10011 11001011 111010 110111

Color Harmonies of #499BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499BCF

Black with #499BCF

Text Example


Text Example

White with #499BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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