#4997CA

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

Shades of Picton Blue #4997CA

Tints of Picton Blue #4997CA

Color information

#4997CA (or 0x4997CA) is unknown color: approx Picton Blue. HEX triplet: 49, 97 and CA. RGB value is (73,151,202). Sum of RGB (Red+Green+Blue) = 73+151+202=426 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.14% from 426); Green value is 151 (59.38% from 255 or 35.45% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #4997CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4997CA is #B66835. Grayscale: #858585. Windows color (decimal): -11954230 or 13277001. OLE color: 13277001.

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

Color convert

RGB73151202-
CMYK0.640.2500.21
HSL203.72º54.89%53.92%-
HSV(B)203.72º63.86%79.22%-
XYZ24.4727.8159.96-
YUV133.49166.6684.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.14%
GREEN value IS 151 (59.38% from 255) = 35.45%
BLUE value IS 202 (79.30% from 255) = 47.42%
R=17.14%
G=35.45%
B=47.42%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal731512020.640.2500.21203.7254.8953.92
Hex4997CA4019015cc3736
Octal111227312100310253146766
Binary1001001100101111100101010000001100101010111001100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4997CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,151,202); }

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

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

 a { background-color: rgb(73,151,202); }

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

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

 span { border-color: rgb(73,151,202); }

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