#4F9FDA

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

Shades of Picton Blue #4F9FDA

Tints of Picton Blue #4F9FDA

Color information

#4F9FDA (or 0x4F9FDA) is unknown color: approx Picton Blue. HEX triplet: 4F, 9F and DA. RGB value is (79,159,218). Sum of RGB (Red+Green+Blue) = 79+159+218=456 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.32% from 456); Green value is 159 (62.5% from 255 or 34.87% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #4F9FDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F9FDA is #B06025. Grayscale: #8D8D8D. Windows color (decimal): -11558950 or 14327631. OLE color: 14327631.

HSL color Cylindrical-coordinate representation of color #4F9FDA: hue angle of 205.47º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F9FDA is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB79159218-
CMYK0.640.2700.15
HSL205.47º65.26%58.24%-
HSV(B)205.47º63.76%85.49%-
XYZ28.2831.5270.92-
YUV141.8117183.2-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.32%
GREEN value IS 159 (62.5% from 255) = 34.87%
BLUE value IS 218 (85.55% from 255) = 47.81%
R=17.32%
G=34.87%
B=47.81%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal791592180.640.2700.15205.4765.2658.24
Hex4F9FDA401B0Fcd413a
Octal1172373321003301731510172
Binary1001111100111111101101010000001101101111110011011000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,159,218); }

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

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

 a { background-color: rgb(79,159,218); }

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

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

 span { border-color: rgb(79,159,218); }

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