Html Css Color HEX #499CE1 Picton Blue

📋 copy color: '#499CE1'

red 73 ◦ green 156 ◦ blue 225

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

Shades of Picton Blue #499CE1

Tints of Picton Blue #499CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 49.56%

R = 16.08%
G = 34.36%
B = 49.56%

CMYK

 C value IS 0.68

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#499CE1 (or 0x499CE1) is known color: Picton Blue. HEX triplet: 49, 9C and E1. RGB value is (73,156,225). Sum of RGB (Red+Green+Blue) = 73+156+225=454 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.08% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 225 (88.28% from 255 or 49.56% from 454); Max value from RGB is 225 - color contains mainly: blue. Hex color #499CE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499CE1 is #B6631E. Grayscale: #8A8A8A. Windows color (decimal): -11952927 or 14785609. OLE color: 14785609.

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

Color convert

RGB 73 156 225 -
CMYK 0.68 0.31 0 0.12
HSL 207.24º 0.72% 0.58% -
HSV(B) 207.24º 0.68% 0.88% -
XYZ 28.23 30.63 75.66 -
YUV 139.05 176.5 80.89 -
System Red Green Blue C M Y K H S L
Decimal 73 156 225 0.68 0.31 0 0.12 207.24 0.72 0.58
Hex 49 9C E1 44 1F 0 C CF 48 3A
Octal 111 234 341 104 37 0 14 317 110 72
Binary 1001001 10011100 11100001 1000100 11111 0 1100 11001111 1001000 111010

Color Harmonies of #499CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499CE1

Black with #499CE1

Text Example


Text Example

White with #499CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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