#4394D6

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

Shades of Picton Blue #4394D6

Tints of Picton Blue #4394D6

Color information

#4394D6 (or 0x4394D6) is unknown color: approx Picton Blue. HEX triplet: 43, 94 and D6. RGB value is (67,148,214). Sum of RGB (Red+Green+Blue) = 67+148+214=429 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.62% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 214 (83.98% from 255 or 49.88% from 429); Max value from RGB is 214 - color contains mainly: blue. Hex color #4394D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4394D6 is #BC6B29. Grayscale: #828282. Windows color (decimal): -12348202 or 14062659. OLE color: 14062659.

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

Color convert

RGB67148214-
CMYK0.690.3100.16
HSL206.94º64.19%55.1%-
HSV(B)206.94º68.69%83.92%-
XYZ25.0427.2367.55-
YUV131.3174.6682.13-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 15.62%
GREEN value IS 148 (58.20% from 255) = 34.50%
BLUE value IS 214 (83.98% from 255) = 49.88%
R=15.62%
G=34.50%
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.16
SystemRedGreenBlueCMYKHSL
Decimal671482140.690.3100.16206.9464.1955.1
Hex4394D6451F010cf4037
Octal1032243261053702031710067
Binary10000111001010011010110100010111111010000110011111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4394D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4394D6; }

 p { color: rgb(67,148,214); }

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

<style>
 a { background-color: #4394D6; }

 a { background-color: rgb(67,148,214); }

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

<style>
 span { border-color: #4394D6; }

 span { border-color: rgb(67,148,214); }

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