Html Css Color HEX #499ACB Picton Blue

📋 copy color: '#499ACB'

red 73 ◦ green 154 ◦ blue 203

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

Shades of Picton Blue #499ACB

Tints of Picton Blue #499ACB

RGB

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

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

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

R = 16.98%
G = 35.81%
B = 47.21%

CMYK

 C value IS 0.64

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#499ACB (or 0x499ACB) is known color: Picton Blue. HEX triplet: 49, 9A and CB. RGB value is (73,154,203). Sum of RGB (Red+Green+Blue) = 73+154+203=430 (56% of max value = 765). Red value is 73 (28.91% from 255 or 16.98% from 430); Green value is 154 (60.55% from 255 or 35.81% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #499ACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499ACB is #B66534. Grayscale: #878787. Windows color (decimal): -11953461 or 13343305. OLE color: 13343305.

HSL color Cylindrical-coordinate representation of color #499ACB: hue angle of 202.62º 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 #499ACB is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 154 203 -
CMYK 0.64 0.24 0 0.20
HSL 202.62º 0.56% 0.54% -
HSV(B) 202.62º 0.64% 0.8% -
XYZ 25.08 28.84 60.74 -
YUV 135.37 166.16 83.52 -
System Red Green Blue C M Y K H S L
Decimal 73 154 203 0.64 0.24 0 0.20 202.62 0.56 0.54
Hex 49 9A CB 40 18 0 14 CB 38 36
Octal 111 232 313 100 30 0 24 313 70 66
Binary 1001001 10011010 11001011 1000000 11000 0 10100 11001011 111000 110110

Color Harmonies of #499ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499ACB

Black with #499ACB

Text Example


Text Example

White with #499ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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