#4093D9

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

Shades of Picton Blue #4093D9

Tints of Picton Blue #4093D9

Color information

#4093D9 (or 0x4093D9) is unknown color: approx Picton Blue. HEX triplet: 40, 93 and D9. RGB value is (64,147,217). Sum of RGB (Red+Green+Blue) = 64+147+217=428 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.95% from 428); Green value is 147 (57.81% from 255 or 34.35% from 428); Blue value is 217 (85.16% from 255 or 50.70% from 428); Max value from RGB is 217 - color contains mainly: blue. Hex color #4093D9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4093D9 is #BF6C26. Grayscale: #818181. Windows color (decimal): -12545063 or 14259008. OLE color: 14259008.

HSL color Cylindrical-coordinate representation of color #4093D9: hue angle of 207.45º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4093D9 is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB64147217-
CMYK0.710.3200.15
HSL207.45º66.81%55.1%-
HSV(B)207.45º70.51%85.1%-
XYZ25.0726.9769.53-
YUV130.1617780.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.95%
GREEN value IS 147 (57.81% from 255) = 34.35%
BLUE value IS 217 (85.16% from 255) = 50.70%
R=14.95%
G=34.35%
B=50.70%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal641472170.710.3200.15207.4566.8155.1
Hex4093D947200Fcf4337
Octal1002233311074001731710367
Binary10000001001001111011001100011110000001111110011111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4093D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4093D9; }

 p { color: rgb(64,147,217); }

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

<style>
 a { background-color: #4093D9; }

 a { background-color: rgb(64,147,217); }

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

<style>
 span { border-color: #4093D9; }

 span { border-color: rgb(64,147,217); }

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