#4D9AE5

Color #4D9AE5 Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #4D9AE5

Tints of Picton Blue #4D9AE5

Color information

#4D9AE5 (or 0x4D9AE5) is unknown color: approx Picton Blue. HEX triplet: 4D, 9A and E5. RGB value is (77,154,229). Sum of RGB (Red+Green+Blue) = 77+154+229=460 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.74% from 460); Green value is 154 (60.55% from 255 or 33.48% from 460); Blue value is 229 (89.84% from 255 or 49.78% from 460); Max value from RGB is 229 - color contains mainly: blue. Hex color #4D9AE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D9AE5 is #B2651A. Grayscale: #8B8B8B. Windows color (decimal): -11691291 or 15047245. OLE color: 15047245.

HSL color Cylindrical-coordinate representation of color #4D9AE5: hue angle of 209.61º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D9AE5 is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB77154229-
CMYK0.660.3300.10
HSL209.61º74.51%60%-
HSV(B)209.61º66.38%89.8%-
XYZ28.7630.3578.47-
YUV139.53178.4983.4-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.74%
GREEN value IS 154 (60.55% from 255) = 33.48%
BLUE value IS 229 (89.84% from 255) = 49.78%
R=16.74%
G=33.48%
B=49.78%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal771542290.660.3300.10209.6174.5160
Hex4D9AE542210Ad24b3c
Octal1152323451024101232211374
Binary10011011001101011100101100001010000101010110100101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D9AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D9AE5; }

 p { color: rgb(77,154,229); }

 H1.HeaderClassName
 {
   color: #4D9AE5;
 }
 .AnyTagClassName
 {
   color: #4D9AE5;
 }
</style>
background-color css

<style>
 a { background-color: #4D9AE5; }

 a { background-color: rgb(77,154,229); }

 div.DivClassName
 {
   background-color: #4D9AE5;
 }
 .BgClassName
 {
   background-color: #4D9AE5;
 }
</style>
border-color css

<style>
 span { border-color: #4D9AE5; }

 span { border-color: rgb(77,154,229); }

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