#4FA3DB

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

Shades of Picton Blue #4FA3DB

Tints of Picton Blue #4FA3DB

Color information

#4FA3DB (or 0x4FA3DB) is unknown color: approx Picton Blue. HEX triplet: 4F, A3 and DB. RGB value is (79,163,219). Sum of RGB (Red+Green+Blue) = 79+163+219=461 (61% of max value = 765). Red value is 79 (31.25% from 255 or 17.14% from 461); Green value is 163 (64.06% from 255 or 35.36% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #4FA3DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA3DB is #B05C24. Grayscale: #8F8F8F. Windows color (decimal): -11557925 or 14394191. OLE color: 14394191.

HSL color Cylindrical-coordinate representation of color #4FA3DB: hue angle of 204º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FA3DB is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB79163219-
CMYK0.640.2600.14
HSL204º66.04%58.43%-
HSV(B)204º63.93%85.88%-
XYZ29.1132.9771.85-
YUV144.27170.1781.45-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.14%
GREEN value IS 163 (64.06% from 255) = 35.36%
BLUE value IS 219 (85.94% from 255) = 47.51%
R=17.14%
G=35.36%
B=47.51%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal791632190.640.2600.1420466.0458.43
Hex4FA3DB401A0Ecc423a
Octal1172433331003201631410272
Binary1001111101000111101101110000001101001110110011001000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,163,219); }

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

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

 a { background-color: rgb(79,163,219); }

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

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

 span { border-color: rgb(79,163,219); }

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