#4592D5

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

Shades of Picton Blue #4592D5

Tints of Picton Blue #4592D5

Color information

#4592D5 (or 0x4592D5) is unknown color: approx Picton Blue. HEX triplet: 45, 92 and D5. RGB value is (69,146,213). Sum of RGB (Red+Green+Blue) = 69+146+213=428 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.12% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 213 (83.59% from 255 or 49.77% from 428); Max value from RGB is 213 - color contains mainly: blue. Hex color #4592D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4592D5 is #BA6D2A. Grayscale: #828282. Windows color (decimal): -12217643 or 13996613. OLE color: 13996613.

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

Color convert

RGB69146213-
CMYK0.680.3100.16
HSL207.92º63.16%55.29%-
HSV(B)207.92º67.61%83.53%-
XYZ24.7426.6366.79-
YUV130.62174.4984.05-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.12%
GREEN value IS 146 (57.42% from 255) = 34.11%
BLUE value IS 213 (83.59% from 255) = 49.77%
R=16.12%
G=34.11%
B=49.77%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal691462130.680.3100.16207.9263.1655.29
Hex4592D5441F010d03f37
Octal105222325104370203207767
Binary1000101100100101101010110001001111101000011010000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4592D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4592D5; }

 p { color: rgb(69,146,213); }

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

<style>
 a { background-color: #4592D5; }

 a { background-color: rgb(69,146,213); }

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

<style>
 span { border-color: #4592D5; }

 span { border-color: rgb(69,146,213); }

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