#4F92CC

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

Shades of Picton Blue #4F92CC

Tints of Picton Blue #4F92CC

Color information

#4F92CC (or 0x4F92CC) is unknown color: approx Picton Blue. HEX triplet: 4F, 92 and CC. RGB value is (79,146,204). Sum of RGB (Red+Green+Blue) = 79+146+204=429 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.41% from 429); Green value is 146 (57.42% from 255 or 34.03% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #4F92CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F92CC is #B06D33. Grayscale: #848484. Windows color (decimal): -11562292 or 13406799. OLE color: 13406799.

HSL color Cylindrical-coordinate representation of color #4F92CC: hue angle of 207.84º 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 #4F92CC is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB79146204-
CMYK0.610.2800.2
HSL207.84º55.07%55.49%-
HSV(B)207.84º61.27%80%-
XYZ24.426.5860.97-
YUV132.58168.389.78-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.41%
GREEN value IS 146 (57.42% from 255) = 34.03%
BLUE value IS 204 (80.08% from 255) = 47.55%
R=18.41%
G=34.03%
B=47.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal791462040.610.2800.2207.8455.0755.49
Hex4F92CC3D1C014d03737
Octal11722231475340243206767
Binary100111110010010110011001111011110001010011010000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F92CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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