#4495DA

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

Shades of Picton Blue #4495DA

Tints of Picton Blue #4495DA

Color information

#4495DA (or 0x4495DA) is unknown color: approx Picton Blue. HEX triplet: 44, 95 and DA. RGB value is (68,149,218). Sum of RGB (Red+Green+Blue) = 68+149+218=435 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.63% from 435); Green value is 149 (58.59% from 255 or 34.25% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #4495DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4495DA is #BB6A25. Grayscale: #848484. Windows color (decimal): -12282406 or 14325060. OLE color: 14325060.

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

Color convert

RGB68149218-
CMYK0.690.3200.15
HSL207.6º66.96%56.08%-
HSV(B)207.6º68.81%85.49%-
XYZ25.7927.7970.33-
YUV132.65176.1681.89-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.63%
GREEN value IS 149 (58.59% from 255) = 34.25%
BLUE value IS 218 (85.55% from 255) = 50.11%
R=15.63%
G=34.25%
B=50.11%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal681492180.690.3200.15207.666.9656.08
Hex4495DA45200Fd04338
Octal1042253321054001732010370
Binary10001001001010111011010100010110000001111110100001000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4495DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4495DA; }

 p { color: rgb(68,149,218); }

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

<style>
 a { background-color: #4495DA; }

 a { background-color: rgb(68,149,218); }

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

<style>
 span { border-color: #4495DA; }

 span { border-color: rgb(68,149,218); }

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