Html Css Color HEX #499CE5 Picton Blue

📋 copy color: '#499CE5'

red 73 ◦ green 156 ◦ blue 229

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

Shades of Picton Blue #499CE5

Tints of Picton Blue #499CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 50%

R = 15.94%
G = 34.06%
B = 50%

CMYK

 C value IS 0.68

 M value IS 0.32

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#499CE5 (or 0x499CE5) is known color: Picton Blue. HEX triplet: 49, 9C and E5. RGB value is (73,156,229). Sum of RGB (Red+Green+Blue) = 73+156+229=458 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.94% from 458); Green value is 156 (61.33% from 255 or 34.06% from 458); Blue value is 229 (89.84% from 255 or 50% from 458); Max value from RGB is 229 - color contains mainly: blue. Hex color #499CE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499CE5 is #B6631A. Grayscale: #8B8B8B. Windows color (decimal): -11952923 or 15047753. OLE color: 15047753.

HSL color Cylindrical-coordinate representation of color #499CE5: hue angle of 208.08º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #499CE5 is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 73 156 229 -
CMYK 0.68 0.32 0 0.10
HSL 208.08º 0.75% 0.59% -
HSV(B) 208.08º 0.68% 0.9% -
XYZ 28.78 30.85 78.57 -
YUV 139.51 178.5 80.56 -
System Red Green Blue C M Y K H S L
Decimal 73 156 229 0.68 0.32 0 0.10 208.08 0.75 0.59
Hex 49 9C E5 44 20 0 A D0 4B 3B
Octal 111 234 345 104 40 0 12 320 113 73
Binary 1001001 10011100 11100101 1000100 100000 0 1010 11010000 1001011 111011

Color Harmonies of #499CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499CE5

Black with #499CE5

Text Example


Text Example

White with #499CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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