#4FA8D7

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

Shades of Picton Blue #4FA8D7

Tints of Picton Blue #4FA8D7

Color information

#4FA8D7 (or 0x4FA8D7) is unknown color: approx Picton Blue. HEX triplet: 4F, A8 and D7. RGB value is (79,168,215). Sum of RGB (Red+Green+Blue) = 79+168+215=462 (61% of max value = 765). Red value is 79 (31.25% from 255 or 17.10% from 462); Green value is 168 (66.02% from 255 or 36.36% from 462); Blue value is 215 (84.38% from 255 or 46.54% from 462); Max value from RGB is 215 - color contains mainly: blue. Hex color #4FA8D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA8D7 is #B05728. Grayscale: #929292. Windows color (decimal): -11556649 or 14133327. OLE color: 14133327.

HSL color Cylindrical-coordinate representation of color #4FA8D7: hue angle of 200.74º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4FA8D7 is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB79168215-
CMYK0.630.2200.16
HSL200.74º62.96%57.65%-
HSV(B)200.74º63.26%84.31%-
XYZ29.4934.5769.41-
YUV146.75166.5179.68-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.10%
GREEN value IS 168 (66.02% from 255) = 36.36%
BLUE value IS 215 (84.38% from 255) = 46.54%
R=17.10%
G=36.36%
B=46.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal791682150.630.2200.16200.7462.9657.65
Hex4FA8D73F16010c93f3a
Octal11725032777260203117772
Binary100111110101000110101111111111011001000011001001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA8D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,168,215); }

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

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

 a { background-color: rgb(79,168,215); }

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

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

 span { border-color: rgb(79,168,215); }

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