#4993D0

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

Shades of Picton Blue #4993D0

Tints of Picton Blue #4993D0

Color information

#4993D0 (or 0x4993D0) is unknown color: approx Picton Blue. HEX triplet: 49, 93 and D0. RGB value is (73,147,208). Sum of RGB (Red+Green+Blue) = 73+147+208=428 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.06% from 428); Green value is 147 (57.81% from 255 or 34.35% from 428); Blue value is 208 (81.64% from 255 or 48.60% from 428); Max value from RGB is 208 - color contains mainly: blue. Hex color #4993D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4993D0 is #B66C2F. Grayscale: #838383. Windows color (decimal): -11955248 or 13669193. OLE color: 13669193.

HSL color Cylindrical-coordinate representation of color #4993D0: hue angle of 207.11º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4993D0 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB73147208-
CMYK0.650.2900.18
HSL207.11º58.95%55.1%-
HSV(B)207.11º64.9%81.57%-
XYZ24.5726.8463.56-
YUV131.83170.9886.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.06%
GREEN value IS 147 (57.81% from 255) = 34.35%
BLUE value IS 208 (81.64% from 255) = 48.60%
R=17.06%
G=34.35%
B=48.60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal731472080.650.2900.18207.1158.9555.1
Hex4993D0411D012cf3b37
Octal111223320101350223177367
Binary1001001100100111101000010000011110101001011001111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4993D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4993D0; }

 p { color: rgb(73,147,208); }

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

<style>
 a { background-color: #4993D0; }

 a { background-color: rgb(73,147,208); }

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

<style>
 span { border-color: #4993D0; }

 span { border-color: rgb(73,147,208); }

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