#4995CD

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

Shades of Picton Blue #4995CD

Tints of Picton Blue #4995CD

Color information

#4995CD (or 0x4995CD) is unknown color: approx Picton Blue. HEX triplet: 49, 95 and CD. RGB value is (73,149,205). Sum of RGB (Red+Green+Blue) = 73+149+205=427 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.10% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #4995CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4995CD is #B66A32. Grayscale: #848484. Windows color (decimal): -11954739 or 13473097. OLE color: 13473097.

HSL color Cylindrical-coordinate representation of color #4995CD: hue angle of 205.45º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4995CD is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB73149205-
CMYK0.640.2700.20
HSL205.45º56.9%54.51%-
HSV(B)205.45º64.39%80.39%-
XYZ24.5127.3261.74-
YUV132.66168.8285.45-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.10%
GREEN value IS 149 (58.59% from 255) = 34.89%
BLUE value IS 205 (80.47% from 255) = 48.01%
R=17.10%
G=34.89%
B=48.01%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal731492050.640.2700.20205.4556.954.51
Hex4995CD401B014cd3937
Octal111225315100330243157167
Binary1001001100101011100110110000001101101010011001101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4995CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4995CD; }

 p { color: rgb(73,149,205); }

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

<style>
 a { background-color: #4995CD; }

 a { background-color: rgb(73,149,205); }

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

<style>
 span { border-color: #4995CD; }

 span { border-color: rgb(73,149,205); }

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