#4293D4

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

Shades of Picton Blue #4293D4

Tints of Picton Blue #4293D4

Color information

#4293D4 (or 0x4293D4) is unknown color: approx Picton Blue. HEX triplet: 42, 93 and D4. RGB value is (66,147,212). Sum of RGB (Red+Green+Blue) = 66+147+212=425 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.53% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 212 (83.20% from 255 or 49.88% from 425); Max value from RGB is 212 - color contains mainly: blue. Hex color #4293D4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4293D4 is #BD6C2B. Grayscale: #818181. Windows color (decimal): -12413996 or 13931330. OLE color: 13931330.

HSL color Cylindrical-coordinate representation of color #4293D4: hue angle of 206.71º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4293D4 is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB66147212-
CMYK0.690.3100.17
HSL206.71º62.93%54.51%-
HSV(B)206.71º68.87%83.14%-
XYZ24.5626.7866.16-
YUV130.19174.1682.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.53%
GREEN value IS 147 (57.81% from 255) = 34.59%
BLUE value IS 212 (83.20% from 255) = 49.88%
R=15.53%
G=34.59%
B=49.88%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal661472120.690.3100.17206.7162.9354.51
Hex4293D4451F011cf3f37
Octal102223324105370213177767
Binary1000010100100111101010010001011111101000111001111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4293D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4293D4; }

 p { color: rgb(66,147,212); }

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

<style>
 a { background-color: #4293D4; }

 a { background-color: rgb(66,147,212); }

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

<style>
 span { border-color: #4293D4; }

 span { border-color: rgb(66,147,212); }

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