#4FA0CD

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

Shades of Picton Blue #4FA0CD

Tints of Picton Blue #4FA0CD

Color information

#4FA0CD (or 0x4FA0CD) is unknown color: approx Picton Blue. HEX triplet: 4F, A0 and CD. RGB value is (79,160,205). Sum of RGB (Red+Green+Blue) = 79+160+205=444 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.79% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #4FA0CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA0CD is #B05F32. Grayscale: #8C8C8C. Windows color (decimal): -11558707 or 13475919. OLE color: 13475919.

HSL color Cylindrical-coordinate representation of color #4FA0CD: hue angle of 201.43º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FA0CD is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB79160205-
CMYK0.610.2200.20
HSL201.43º55.75%55.69%-
HSV(B)201.43º61.46%80.39%-
XYZ26.8131.2162.37-
YUV140.91164.1683.84-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.79%
GREEN value IS 160 (62.89% from 255) = 36.04%
BLUE value IS 205 (80.47% from 255) = 46.17%
R=17.79%
G=36.04%
B=46.17%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal791602050.610.2200.20201.4355.7555.69
Hex4FA0CD3D16014c93838
Octal11724031575260243117070
Binary100111110100000110011011111011011001010011001001111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,160,205); }

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

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

 a { background-color: rgb(79,160,205); }

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

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

 span { border-color: rgb(79,160,205); }

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