#4599CA

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

Shades of Picton Blue #4599CA

Tints of Picton Blue #4599CA

Color information

#4599CA (or 0x4599CA) is unknown color: approx Picton Blue. HEX triplet: 45, 99 and CA. RGB value is (69,153,202). Sum of RGB (Red+Green+Blue) = 69+153+202=424 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.27% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #4599CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4599CA is #BA6635. Grayscale: #858585. Windows color (decimal): -12215862 or 13277509. OLE color: 13277509.

HSL color Cylindrical-coordinate representation of color #4599CA: hue angle of 202.11º 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 #4599CA is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB69153202-
CMYK0.660.2400.21
HSL202.11º55.65%53.14%-
HSV(B)202.11º65.84%79.22%-
XYZ24.5128.3160.05-
YUV133.47166.6782.02-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.27%
GREEN value IS 153 (60.16% from 255) = 36.08%
BLUE value IS 202 (79.30% from 255) = 47.64%
R=16.27%
G=36.08%
B=47.64%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal691532020.660.2400.21202.1155.6553.14
Hex4599CA4218015ca3835
Octal105231312102300253127065
Binary1000101100110011100101010000101100001010111001010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4599CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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