#4F9DE0

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

Shades of Picton Blue #4F9DE0

Tints of Picton Blue #4F9DE0

Color information

#4F9DE0 (or 0x4F9DE0) is unknown color: approx Picton Blue. HEX triplet: 4F, 9D and E0. RGB value is (79,157,224). Sum of RGB (Red+Green+Blue) = 79+157+224=460 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.17% from 460); Green value is 157 (61.72% from 255 or 34.13% from 460); Blue value is 224 (87.89% from 255 or 48.70% from 460); Max value from RGB is 224 - color contains mainly: blue. Hex color #4F9DE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F9DE0 is #B0621F. Grayscale: #8C8C8C. Windows color (decimal): -11559456 or 14720335. OLE color: 14720335.

HSL color Cylindrical-coordinate representation of color #4F9DE0: hue angle of 207.72º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F9DE0 is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB79157224-
CMYK0.650.3000.12
HSL207.72º70.05%59.41%-
HSV(B)207.72º64.73%87.84%-
XYZ28.7431.1675.02-
YUV141.32174.6683.55-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.17%
GREEN value IS 157 (61.72% from 255) = 34.13%
BLUE value IS 224 (87.89% from 255) = 48.70%
R=17.17%
G=34.13%
B=48.70%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal791572240.650.3000.12207.7270.0559.41
Hex4F9DE0411E0Cd0463b
Octal1172353401013601432010673
Binary1001111100111011110000010000011111001100110100001000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,157,224); }

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

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

 a { background-color: rgb(79,157,224); }

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

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

 span { border-color: rgb(79,157,224); }

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