#4193D4

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

Shades of Picton Blue #4193D4

Tints of Picton Blue #4193D4

Color information

#4193D4 (or 0x4193D4) is unknown color: approx Picton Blue. HEX triplet: 41, 93 and D4. RGB value is (65,147,212). Sum of RGB (Red+Green+Blue) = 65+147+212=424 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.33% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 212 (83.20% from 255 or 50% from 424); Max value from RGB is 212 - color contains mainly: blue. Hex color #4193D4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4193D4 is #BE6C2B. Grayscale: #818181. Windows color (decimal): -12479532 or 13931329. OLE color: 13931329.

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

Color convert

RGB65147212-
CMYK0.690.3100.17
HSL206.53º63.09%54.31%-
HSV(B)206.53º69.34%83.14%-
XYZ24.526.7466.16-
YUV129.89174.3381.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.33%
GREEN value IS 147 (57.81% from 255) = 34.67%
BLUE value IS 212 (83.20% from 255) = 50%
R=15.33%
G=34.67%
B=50%

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
Decimal651472120.690.3100.17206.5363.0954.31
Hex4193D4451F011cf3f36
Octal101223324105370213177766
Binary1000001100100111101010010001011111101000111001111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4193D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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