#4794DC

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

Shades of Picton Blue #4794DC

Tints of Picton Blue #4794DC

Color information

#4794DC (or 0x4794DC) is unknown color: approx Picton Blue. HEX triplet: 47, 94 and DC. RGB value is (71,148,220). Sum of RGB (Red+Green+Blue) = 71+148+220=439 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.17% from 439); Green value is 148 (58.20% from 255 or 33.71% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #4794DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4794DC is #B86B23. Grayscale: #848484. Windows color (decimal): -12086052 or 14455879. OLE color: 14455879.

HSL color Cylindrical-coordinate representation of color #4794DC: hue angle of 208.99º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4794DC is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB71148220-
CMYK0.680.3300.14
HSL208.99º68.04%57.06%-
HSV(B)208.99º67.73%86.27%-
XYZ26.1127.6971.68-
YUV133.18176.9983.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.17%
GREEN value IS 148 (58.20% from 255) = 33.71%
BLUE value IS 220 (86.33% from 255) = 50.11%
R=16.17%
G=33.71%
B=50.11%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal711482200.680.3300.14208.9968.0457.06
Hex4794DC44210Ed14439
Octal1072243341044101632110471
Binary10001111001010011011100100010010000101110110100011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4794DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4794DC; }

 p { color: rgb(71,148,220); }

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

<style>
 a { background-color: #4794DC; }

 a { background-color: rgb(71,148,220); }

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

<style>
 span { border-color: #4794DC; }

 span { border-color: rgb(71,148,220); }

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