#4992CA

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

Shades of Picton Blue #4992CA

Tints of Picton Blue #4992CA

Color information

#4992CA (or 0x4992CA) is unknown color: approx Picton Blue. HEX triplet: 49, 92 and CA. RGB value is (73,146,202). Sum of RGB (Red+Green+Blue) = 73+146+202=421 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.34% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #4992CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4992CA is #B66D35. Grayscale: #828282. Windows color (decimal): -11955510 or 13275721. OLE color: 13275721.

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

Color convert

RGB73146202-
CMYK0.640.2800.21
HSL206.05º54.89%53.92%-
HSV(B)206.05º63.86%79.22%-
XYZ23.6926.2459.69-
YUV130.56168.3286.95-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.34%
GREEN value IS 146 (57.42% from 255) = 34.68%
BLUE value IS 202 (79.30% from 255) = 47.98%
R=17.34%
G=34.68%
B=47.98%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal731462020.640.2800.21206.0554.8953.92
Hex4992CA401C015ce3736
Octal111222312100340253166766
Binary1001001100100101100101010000001110001010111001110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4992CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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