#4FA0C4

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

Shades of Picton Blue #4FA0C4

Tints of Picton Blue #4FA0C4

Color information

#4FA0C4 (or 0x4FA0C4) is unknown color: approx Picton Blue. HEX triplet: 4F, A0 and C4. RGB value is (79,160,196). Sum of RGB (Red+Green+Blue) = 79+160+196=435 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.16% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 196 (76.95% from 255 or 45.06% from 435); Max value from RGB is 196 - color contains mainly: blue. Hex color #4FA0C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA0C4 is #B05F3B. Grayscale: #8B8B8B. Windows color (decimal): -11558716 or 12886095. OLE color: 12886095.

HSL color Cylindrical-coordinate representation of color #4FA0C4: hue angle of 198.46º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4FA0C4 is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB79160196-
CMYK0.600.1800.23
HSL198.46º49.79%53.92%-
HSV(B)198.46º59.69%76.86%-
XYZ25.7630.7956.81-
YUV139.88159.6684.57-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.16%
GREEN value IS 160 (62.89% from 255) = 36.78%
BLUE value IS 196 (76.95% from 255) = 45.06%
R=18.16%
G=36.78%
B=45.06%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal791601960.600.1800.23198.4649.7953.92
Hex4FA0C43C12017c63236
Octal11724030474220273066266
Binary100111110100000110001001111001001001011111000110110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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