#4FACDE

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

Shades of Picton Blue #4FACDE

Tints of Picton Blue #4FACDE

Color information

#4FACDE (or 0x4FACDE) is unknown color: approx Picton Blue. HEX triplet: 4F, AC and DE. RGB value is (79,172,222). Sum of RGB (Red+Green+Blue) = 79+172+222=473 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.70% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 222 - color contains mainly: blue. Hex color #4FACDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FACDE is #B05321. Grayscale: #959595. Windows color (decimal): -11555618 or 14593103. OLE color: 14593103.

HSL color Cylindrical-coordinate representation of color #4FACDE: hue angle of 200.98º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FACDE is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB79172222-
CMYK0.640.2300.13
HSL200.98º68.42%59.02%-
HSV(B)200.98º64.41%87.06%-
XYZ31.1636.4474.5-
YUV149.89168.6977.43-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 16.70%
GREEN value IS 172 (67.58% from 255) = 36.36%
BLUE value IS 222 (87.11% from 255) = 46.93%
R=16.70%
G=36.36%
B=46.93%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal791722220.640.2300.13200.9868.4259.02
Hex4FACDE40170Dc9443b
Octal1172543361002701531110473
Binary1001111101011001101111010000001011101101110010011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FACDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,172,222); }

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

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

 a { background-color: rgb(79,172,222); }

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

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

 span { border-color: rgb(79,172,222); }

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