#4d9fe2

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

Shades of Picton Blue #4D9FE2

Tints of Picton Blue #4D9FE2

Color information

#4D9FE2 (or 0x4D9FE2) is unknown color: approx Picton Blue. HEX triplet: 4D, 9F and E2. RGB value is (77,159,226). Sum of RGB (Red+Green+Blue) = 77+159+226=462 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.67% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 226 (88.67% from 255 or 48.92% from 462); Max value from RGB is 226 - color contains mainly: blue. Hex color #4D9FE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D9FE2 is #B2601D. Grayscale: #8D8D8D. Windows color (decimal): -11690014 or 14851917. OLE color: 14851917.

HSL color Cylindrical-coordinate representation of color #4D9FE2: hue angle of 206.98º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D9FE2 is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB77159226-
CMYK0.660.3000.11
HSL206.98º71.98%59.41%-
HSV(B)206.98º65.93%88.63%-
XYZ29.1931.8776.56-
YUV142.12175.3381.55-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.67%
GREEN value IS 159 (62.5% from 255) = 34.42%
BLUE value IS 226 (88.67% from 255) = 48.92%
R=16.67%
G=34.42%
B=48.92%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal771592260.660.3000.11206.9871.9859.41
Hex4D9FE2421E0Bcf483b
Octal1152373421023601331711073
Binary1001101100111111110001010000101111001011110011111001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4d9fe2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,159,226); }

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

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

 a { background-color: rgb(77,159,226); }

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

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

 span { border-color: rgb(77,159,226); }

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