Html Css Color HEX #499CE0 Picton Blue

📋 copy color: '#499CE0'

red 73 ◦ green 156 ◦ blue 224

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

Shades of Picton Blue #499CE0

Tints of Picton Blue #499CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 49.45%

R = 16.11%
G = 34.44%
B = 49.45%

CMYK

 C value IS 0.67

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#499CE0 (or 0x499CE0) is known color: Picton Blue. HEX triplet: 49, 9C and E0. RGB value is (73,156,224). Sum of RGB (Red+Green+Blue) = 73+156+224=453 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.11% from 453); Green value is 156 (61.33% from 255 or 34.44% from 453); Blue value is 224 (87.89% from 255 or 49.45% from 453); Max value from RGB is 224 - color contains mainly: blue. Hex color #499CE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499CE0 is #B6631F. Grayscale: #8A8A8A. Windows color (decimal): -11952928 or 14720073. OLE color: 14720073.

HSL color Cylindrical-coordinate representation of color #499CE0: hue angle of 207.02º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #499CE0 is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 73 156 224 -
CMYK 0.67 0.30 0 0.12
HSL 207.02º 0.71% 0.58% -
HSV(B) 207.02º 0.67% 0.88% -
XYZ 28.09 30.58 74.94 -
YUV 138.94 176 80.97 -
System Red Green Blue C M Y K H S L
Decimal 73 156 224 0.67 0.30 0 0.12 207.02 0.71 0.58
Hex 49 9C E0 43 1E 0 C CF 47 3A
Octal 111 234 340 103 36 0 14 317 107 72
Binary 1001001 10011100 11100000 1000011 11110 0 1100 11001111 1000111 111010

Color Harmonies of #499CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499CE0

Black with #499CE0

Text Example


Text Example

White with #499CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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