#4793DC

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

Shades of Picton Blue #4793DC

Tints of Picton Blue #4793DC

Color information

#4793DC (or 0x4793DC) is unknown color: approx Picton Blue. HEX triplet: 47, 93 and DC. RGB value is (71,147,220). Sum of RGB (Red+Green+Blue) = 71+147+220=438 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.21% from 438); Green value is 147 (57.81% from 255 or 33.56% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #4793DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4793DC is #B86C23. Grayscale: #848484. Windows color (decimal): -12086308 or 14455623. OLE color: 14455623.

HSL color Cylindrical-coordinate representation of color #4793DC: hue angle of 209.4º 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 #4793DC is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB71147220-
CMYK0.680.3300.14
HSL209.4º68.04%57.06%-
HSV(B)209.4º67.73%86.27%-
XYZ25.9527.3771.63-
YUV132.6177.3284.06-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.21%
GREEN value IS 147 (57.81% from 255) = 33.56%
BLUE value IS 220 (86.33% from 255) = 50.23%
R=16.21%
G=33.56%
B=50.23%

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
Decimal711472200.680.3300.14209.468.0457.06
Hex4793DC44210Ed14439
Octal1072233341044101632110471
Binary10001111001001111011100100010010000101110110100011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4793DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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