#4FA4D5

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

Shades of Picton Blue #4FA4D5

Tints of Picton Blue #4FA4D5

Color information

#4FA4D5 (or 0x4FA4D5) is unknown color: approx Picton Blue. HEX triplet: 4F, A4 and D5. RGB value is (79,164,213). Sum of RGB (Red+Green+Blue) = 79+164+213=456 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.32% from 456); Green value is 164 (64.45% from 255 or 35.96% from 456); Blue value is 213 (83.59% from 255 or 46.71% from 456); Max value from RGB is 213 - color contains mainly: blue. Hex color #4FA4D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA4D5 is #B05B2A. Grayscale: #8F8F8F. Windows color (decimal): -11557675 or 14001231. OLE color: 14001231.

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

Color convert

RGB79164213-
CMYK0.630.2300.16
HSL201.94º61.47%57.25%-
HSV(B)201.94º62.91%83.53%-
XYZ28.5133.0267.82-
YUV144.17166.8481.52-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.32%
GREEN value IS 164 (64.45% from 255) = 35.96%
BLUE value IS 213 (83.59% from 255) = 46.71%
R=17.32%
G=35.96%
B=46.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal791642130.630.2300.16201.9461.4757.25
Hex4FA4D53F17010ca3d39
Octal11724432577270203127571
Binary100111110100100110101011111111011101000011001010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA4D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,164,213); }

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

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

 a { background-color: rgb(79,164,213); }

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

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

 span { border-color: rgb(79,164,213); }

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