#4F9ADD

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

Shades of Picton Blue #4F9ADD

Tints of Picton Blue #4F9ADD

Color information

#4F9ADD (or 0x4F9ADD) is unknown color: approx Picton Blue. HEX triplet: 4F, 9A and DD. RGB value is (79,154,221). Sum of RGB (Red+Green+Blue) = 79+154+221=454 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.40% from 454); Green value is 154 (60.55% from 255 or 33.92% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #4F9ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F9ADD is #B06522. Grayscale: #8A8A8A. Windows color (decimal): -11560227 or 14522959. OLE color: 14522959.

HSL color Cylindrical-coordinate representation of color #4F9ADD: hue angle of 208.31º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F9ADD is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB79154221-
CMYK0.640.3000.13
HSL208.31º67.62%58.82%-
HSV(B)208.31º64.25%86.67%-
XYZ27.8329.9972.73-
YUV139.21174.1585.05-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.40%
GREEN value IS 154 (60.55% from 255) = 33.92%
BLUE value IS 221 (86.72% from 255) = 48.68%
R=17.40%
G=33.92%
B=48.68%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal791542210.640.3000.13208.3167.6258.82
Hex4F9ADD401E0Dd0443b
Octal1172323351003601532010473
Binary1001111100110101101110110000001111001101110100001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,154,221); }

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

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

 a { background-color: rgb(79,154,221); }

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

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

 span { border-color: rgb(79,154,221); }

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