#4F94CC

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

Shades of Picton Blue #4F94CC

Tints of Picton Blue #4F94CC

Color information

#4F94CC (or 0x4F94CC) is unknown color: approx Picton Blue. HEX triplet: 4F, 94 and CC. RGB value is (79,148,204). Sum of RGB (Red+Green+Blue) = 79+148+204=431 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.33% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #4F94CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F94CC is #B06B33. Grayscale: #858585. Windows color (decimal): -11561780 or 13407311. OLE color: 13407311.

HSL color Cylindrical-coordinate representation of color #4F94CC: hue angle of 206.88º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F94CC is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB79148204-
CMYK0.610.2700.2
HSL206.88º55.07%55.49%-
HSV(B)206.88º61.27%80%-
XYZ24.7127.261.07-
YUV133.75167.6488.95-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.33%
GREEN value IS 148 (58.20% from 255) = 34.34%
BLUE value IS 204 (80.08% from 255) = 47.33%
R=18.33%
G=34.34%
B=47.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal791482040.610.2700.2206.8855.0755.49
Hex4F94CC3D1B014cf3737
Octal11722431475330243176767
Binary100111110010100110011001111011101101010011001111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F94CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,148,204); }

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

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

 a { background-color: rgb(79,148,204); }

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

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

 span { border-color: rgb(79,148,204); }

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