#4a96c5

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

Shades of Picton Blue #4A96C5

Tints of Picton Blue #4A96C5

Color information

#4A96C5 (or 0x4A96C5) is unknown color: approx Picton Blue. HEX triplet: 4A, 96 and C5. RGB value is (74,150,197). Sum of RGB (Red+Green+Blue) = 74+150+197=421 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.58% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 197 (77.34% from 255 or 46.79% from 421); Max value from RGB is 197 - color contains mainly: blue. Hex color #4A96C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A96C5 is #B5693A. Grayscale: #848484. Windows color (decimal): -11888955 or 12949066. OLE color: 12949066.

HSL color Cylindrical-coordinate representation of color #4A96C5: hue angle of 202.93º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4A96C5 is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB74150197-
CMYK0.620.2400.23
HSL202.93º51.46%53.14%-
HSV(B)202.93º62.44%77.25%-
XYZ23.8127.356.84-
YUV132.63164.3286.18-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.58%
GREEN value IS 150 (58.98% from 255) = 35.63%
BLUE value IS 197 (77.34% from 255) = 46.79%
R=17.58%
G=35.63%
B=46.79%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal741501970.620.2400.23202.9351.4653.14
Hex4A96C53E18017cb3335
Octal11222630576300273136365
Binary100101010010110110001011111101100001011111001011110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4a96c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4a96c5; }

 p { color: rgb(74,150,197); }

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

<style>
 a { background-color: #4a96c5; }

 a { background-color: rgb(74,150,197); }

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

<style>
 span { border-color: #4a96c5; }

 span { border-color: rgb(74,150,197); }

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