#4598CA

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

Shades of Picton Blue #4598CA

Tints of Picton Blue #4598CA

Color information

#4598CA (or 0x4598CA) is unknown color: approx Picton Blue. HEX triplet: 45, 98 and CA. RGB value is (69,152,202). Sum of RGB (Red+Green+Blue) = 69+152+202=423 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.31% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #4598CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4598CA is #BA6735. Grayscale: #848484. Windows color (decimal): -12216118 or 13277253. OLE color: 13277253.

HSL color Cylindrical-coordinate representation of color #4598CA: hue angle of 202.56º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4598CA is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB69152202-
CMYK0.660.2500.21
HSL202.56º55.65%53.14%-
HSV(B)202.56º65.84%79.22%-
XYZ24.3427.9960-
YUV132.8816782.43-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.31%
GREEN value IS 152 (59.77% from 255) = 35.93%
BLUE value IS 202 (79.30% from 255) = 47.75%
R=16.31%
G=35.93%
B=47.75%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal691522020.660.2500.21202.5655.6553.14
Hex4598CA4219015cb3835
Octal105230312102310253137065
Binary1000101100110001100101010000101100101010111001011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4598CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4598CA; }

 p { color: rgb(69,152,202); }

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

<style>
 a { background-color: #4598CA; }

 a { background-color: rgb(69,152,202); }

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

<style>
 span { border-color: #4598CA; }

 span { border-color: rgb(69,152,202); }

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