#4F9EDE

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

Shades of Picton Blue #4F9EDE

Tints of Picton Blue #4F9EDE

Color information

#4F9EDE (or 0x4F9EDE) is unknown color: approx Picton Blue. HEX triplet: 4F, 9E and DE. RGB value is (79,158,222). Sum of RGB (Red+Green+Blue) = 79+158+222=459 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.21% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 222 - color contains mainly: blue. Hex color #4F9EDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F9EDE is #B06121. Grayscale: #8D8D8D. Windows color (decimal): -11559202 or 14589519. OLE color: 14589519.

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

Color convert

RGB79158222-
CMYK0.640.2900.13
HSL206.85º68.42%59.02%-
HSV(B)206.85º64.41%87.06%-
XYZ28.6431.3973.66-
YUV141.67173.3383.3-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.21%
GREEN value IS 158 (62.11% from 255) = 34.42%
BLUE value IS 222 (87.11% from 255) = 48.37%
R=17.21%
G=34.42%
B=48.37%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal791582220.640.2900.13206.8568.4259.02
Hex4F9EDE401D0Dcf443b
Octal1172363361003501531710473
Binary1001111100111101101111010000001110101101110011111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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