#4FA7DD

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

Shades of Picton Blue #4FA7DD

Tints of Picton Blue #4FA7DD

Color information

#4FA7DD (or 0x4FA7DD) is unknown color: approx Picton Blue. HEX triplet: 4F, A7 and DD. RGB value is (79,167,221). Sum of RGB (Red+Green+Blue) = 79+167+221=467 (61% of max value = 765). Red value is 79 (31.25% from 255 or 16.92% from 467); Green value is 167 (65.62% from 255 or 35.76% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #4FA7DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA7DD is #B05822. Grayscale: #929292. Windows color (decimal): -11556899 or 14526287. OLE color: 14526287.

HSL color Cylindrical-coordinate representation of color #4FA7DD: hue angle of 202.82º 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 #4FA7DD is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB79167221-
CMYK0.640.2400.13
HSL202.82º67.62%58.82%-
HSV(B)202.82º64.25%86.67%-
XYZ30.0934.5273.48-
YUV146.84169.8579.61-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 16.92%
GREEN value IS 167 (65.62% from 255) = 35.76%
BLUE value IS 221 (86.72% from 255) = 47.32%
R=16.92%
G=35.76%
B=47.32%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal791672210.640.2400.13202.8267.6258.82
Hex4FA7DD40180Dcb443b
Octal1172473351003001531310473
Binary1001111101001111101110110000001100001101110010111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,167,221); }

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

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

 a { background-color: rgb(79,167,221); }

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

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

 span { border-color: rgb(79,167,221); }

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