#4FA8D3

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

Shades of Picton Blue #4FA8D3

Tints of Picton Blue #4FA8D3

Color information

#4FA8D3 (or 0x4FA8D3) is unknown color: approx Picton Blue. HEX triplet: 4F, A8 and D3. RGB value is (79,168,211). Sum of RGB (Red+Green+Blue) = 79+168+211=458 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.25% from 458); Green value is 168 (66.02% from 255 or 36.68% from 458); Blue value is 211 (82.81% from 255 or 46.07% from 458); Max value from RGB is 211 - color contains mainly: blue. Hex color #4FA8D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA8D3 is #B0572C. Grayscale: #929292. Windows color (decimal): -11556653 or 13871183. OLE color: 13871183.

HSL color Cylindrical-coordinate representation of color #4FA8D3: hue angle of 199.55º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4FA8D3 is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB79168211-
CMYK0.630.2000.17
HSL199.55º60%56.86%-
HSV(B)199.55º62.56%82.75%-
XYZ28.9834.3766.73-
YUV146.29164.5180-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.25%
GREEN value IS 168 (66.02% from 255) = 36.68%
BLUE value IS 211 (82.81% from 255) = 46.07%
R=17.25%
G=36.68%
B=46.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal791682110.630.2000.17199.556056.86
Hex4FA8D33F14011c83c39
Octal11725032377240213107471
Binary100111110101000110100111111111010001000111001000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA8D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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