#4FA1E3

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

Shades of Picton Blue #4FA1E3

Tints of Picton Blue #4FA1E3

Color information

#4FA1E3 (or 0x4FA1E3) is unknown color: approx Picton Blue. HEX triplet: 4F, A1 and E3. RGB value is (79,161,227). Sum of RGB (Red+Green+Blue) = 79+161+227=467 (61% of max value = 765). Red value is 79 (31.25% from 255 or 16.92% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 227 (89.06% from 255 or 48.61% from 467); Max value from RGB is 227 - color contains mainly: blue. Hex color #4FA1E3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA1E3 is #B05E1C. Grayscale: #8F8F8F. Windows color (decimal): -11558429 or 14917967. OLE color: 14917967.

HSL color Cylindrical-coordinate representation of color #4FA1E3: hue angle of 206.76º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FA1E3 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB79161227-
CMYK0.650.2900.11
HSL206.76º72.55%60%-
HSV(B)206.76º65.2%89.02%-
XYZ29.8332.777.41-
YUV144.01174.8381.63-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 16.92%
GREEN value IS 161 (63.28% from 255) = 34.48%
BLUE value IS 227 (89.06% from 255) = 48.61%
R=16.92%
G=34.48%
B=48.61%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal791612270.650.2900.11206.7672.5560
Hex4FA1E3411D0Bcf493c
Octal1172413431013501331711174
Binary1001111101000011110001110000011110101011110011111001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA1E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,161,227); }

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

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

 a { background-color: rgb(79,161,227); }

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

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

 span { border-color: rgb(79,161,227); }

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