Html Css Color HEX #499CE6 Picton Blue

📋 copy color: '#499CE6'

red 73 ◦ green 156 ◦ blue 230

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

Shades of Picton Blue #499CE6

Tints of Picton Blue #499CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 50.11%

R = 15.9%
G = 33.99%
B = 50.11%

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

#499CE6 (or 0x499CE6) is known color: Picton Blue. HEX triplet: 49, 9C and E6. RGB value is (73,156,230). Sum of RGB (Red+Green+Blue) = 73+156+230=459 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.90% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 230 (90.23% from 255 or 50.11% from 459); Max value from RGB is 230 - color contains mainly: blue. Hex color #499CE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499CE6 is #B66319. Grayscale: #8B8B8B. Windows color (decimal): -11952922 or 15113289. OLE color: 15113289.

HSL color Cylindrical-coordinate representation of color #499CE6: hue angle of 208.28º degrees, saturation: 0.76, 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 #499CE6 is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 73 156 230 -
CMYK 0.68 0.32 0 0.10
HSL 208.28º 0.76% 0.59% -
HSV(B) 208.28º 0.68% 0.9% -
XYZ 28.92 30.91 79.3 -
YUV 139.62 179 80.48 -
System Red Green Blue C M Y K H S L
Decimal 73 156 230 0.68 0.32 0 0.10 208.28 0.76 0.59
Hex 49 9C E6 44 20 0 A D0 4C 3B
Octal 111 234 346 104 40 0 12 320 114 73
Binary 1001001 10011100 11100110 1000100 100000 0 1010 11010000 1001100 111011

Color Harmonies of #499CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499CE6

Black with #499CE6

Text Example


Text Example

White with #499CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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