#4A9FCE

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

Shades of Picton Blue #4A9FCE

Tints of Picton Blue #4A9FCE

Color information

#4A9FCE (or 0x4A9FCE) is unknown color: approx Picton Blue. HEX triplet: 4A, 9F and CE. RGB value is (74,159,206). Sum of RGB (Red+Green+Blue) = 74+159+206=439 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.86% from 439); Green value is 159 (62.5% from 255 or 36.22% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #4A9FCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A9FCE is #B56031. Grayscale: #8A8A8A. Windows color (decimal): -11886642 or 13541194. OLE color: 13541194.

HSL color Cylindrical-coordinate representation of color #4A9FCE: hue angle of 201.36º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A9FCE is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB74159206-
CMYK0.640.2300.19
HSL201.36º57.39%54.9%-
HSV(B)201.36º64.08%80.78%-
XYZ26.3630.7162.93-
YUV138.94165.8481.68-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.86%
GREEN value IS 159 (62.5% from 255) = 36.22%
BLUE value IS 206 (80.86% from 255) = 46.92%
R=16.86%
G=36.22%
B=46.92%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal741592060.640.2300.19201.3657.3954.9
Hex4A9FCE4017013c93937
Octal112237316100270233117167
Binary1001010100111111100111010000001011101001111001001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,159,206); }

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

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

 a { background-color: rgb(74,159,206); }

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

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

 span { border-color: rgb(74,159,206); }

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