#4595CF

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

Shades of Picton Blue #4595CF

Tints of Picton Blue #4595CF

Color information

#4595CF (or 0x4595CF) is unknown color: approx Picton Blue. HEX triplet: 45, 95 and CF. RGB value is (69,149,207). Sum of RGB (Red+Green+Blue) = 69+149+207=425 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.24% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #4595CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4595CF is #BA6A30. Grayscale: #838383. Windows color (decimal): -12216881 or 13604165. OLE color: 13604165.

HSL color Cylindrical-coordinate representation of color #4595CF: hue angle of 205.22º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4595CF is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB69149207-
CMYK0.670.2800.19
HSL205.22º58.97%54.12%-
HSV(B)205.22º66.67%81.18%-
XYZ24.4627.2763-
YUV131.69170.583.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.24%
GREEN value IS 149 (58.59% from 255) = 35.06%
BLUE value IS 207 (81.25% from 255) = 48.71%
R=16.24%
G=35.06%
B=48.71%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal691492070.670.2800.19205.2258.9754.12
Hex4595CF431C013cd3b36
Octal105225317103340233157366
Binary1000101100101011100111110000111110001001111001101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4595CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4595CF; }

 p { color: rgb(69,149,207); }

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

<style>
 a { background-color: #4595CF; }

 a { background-color: rgb(69,149,207); }

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

<style>
 span { border-color: #4595CF; }

 span { border-color: rgb(69,149,207); }

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