#4593D5

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

Shades of Picton Blue #4593D5

Tints of Picton Blue #4593D5

Color information

#4593D5 (or 0x4593D5) is unknown color: approx Picton Blue. HEX triplet: 45, 93 and D5. RGB value is (69,147,213). Sum of RGB (Red+Green+Blue) = 69+147+213=429 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.08% from 429); Green value is 147 (57.81% from 255 or 34.27% from 429); Blue value is 213 (83.59% from 255 or 49.65% from 429); Max value from RGB is 213 - color contains mainly: blue. Hex color #4593D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4593D5 is #BA6C2A. Grayscale: #828282. Windows color (decimal): -12217387 or 13996869. OLE color: 13996869.

HSL color Cylindrical-coordinate representation of color #4593D5: hue angle of 207.5º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4593D5 is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB69147213-
CMYK0.680.3100.16
HSL207.5º63.16%55.29%-
HSV(B)207.5º67.61%83.53%-
XYZ24.926.9466.84-
YUV131.2174.1683.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.08%
GREEN value IS 147 (57.81% from 255) = 34.27%
BLUE value IS 213 (83.59% from 255) = 49.65%
R=16.08%
G=34.27%
B=49.65%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal691472130.680.3100.16207.563.1655.29
Hex4593D5441F010d03f37
Octal105223325104370203207767
Binary1000101100100111101010110001001111101000011010000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4593D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4593D5; }

 p { color: rgb(69,147,213); }

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

<style>
 a { background-color: #4593D5; }

 a { background-color: rgb(69,147,213); }

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

<style>
 span { border-color: #4593D5; }

 span { border-color: rgb(69,147,213); }

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