#4D99E1

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

Shades of Picton Blue #4D99E1

Tints of Picton Blue #4D99E1

Color information

#4D99E1 (or 0x4D99E1) is unknown color: approx Picton Blue. HEX triplet: 4D, 99 and E1. RGB value is (77,153,225). Sum of RGB (Red+Green+Blue) = 77+153+225=455 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.92% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 225 (88.28% from 255 or 49.45% from 455); Max value from RGB is 225 - color contains mainly: blue. Hex color #4D99E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D99E1 is #B2661E. Grayscale: #8A8A8A. Windows color (decimal): -11691551 or 14784845. OLE color: 14784845.

HSL color Cylindrical-coordinate representation of color #4D99E1: hue angle of 209.19º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D99E1 is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB77153225-
CMYK0.660.3200.12
HSL209.19º71.15%59.22%-
HSV(B)209.19º65.78%88.24%-
XYZ28.0429.875.51-
YUV138.48176.8284.15-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.92%
GREEN value IS 153 (60.16% from 255) = 33.63%
BLUE value IS 225 (88.28% from 255) = 49.45%
R=16.92%
G=33.63%
B=49.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal771532250.660.3200.12209.1971.1559.22
Hex4D99E142200Cd1473b
Octal1152313411024001432110773
Binary10011011001100111100001100001010000001100110100011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D99E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,153,225); }

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

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

 a { background-color: rgb(77,153,225); }

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

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

 span { border-color: rgb(77,153,225); }

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