#4796CA

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

Shades of Picton Blue #4796CA

Tints of Picton Blue #4796CA

Color information

#4796CA (or 0x4796CA) is unknown color: approx Picton Blue. HEX triplet: 47, 96 and CA. RGB value is (71,150,202). Sum of RGB (Red+Green+Blue) = 71+150+202=423 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.78% from 423); Green value is 150 (58.98% from 255 or 35.46% 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 #4796CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4796CA is #B86935. Grayscale: #848484. Windows color (decimal): -12085558 or 13276743. OLE color: 13276743.

HSL color Cylindrical-coordinate representation of color #4796CA: hue angle of 203.82º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4796CA is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB71150202-
CMYK0.650.2600.21
HSL203.82º55.27%53.53%-
HSV(B)203.82º64.85%79.22%-
XYZ24.1727.4259.9-
YUV132.31167.3384.27-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.78%
GREEN value IS 150 (58.98% from 255) = 35.46%
BLUE value IS 202 (79.30% from 255) = 47.75%
R=16.78%
G=35.46%
B=47.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal711502020.650.2600.21203.8255.2753.53
Hex4796CA411A015cc3736
Octal107226312101320253146766
Binary1000111100101101100101010000011101001010111001100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4796CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,150,202); }

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

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

 a { background-color: rgb(71,150,202); }

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

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

 span { border-color: rgb(71,150,202); }

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