#4D97CD

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

Shades of Picton Blue #4D97CD

Tints of Picton Blue #4D97CD

Color information

#4D97CD (or 0x4D97CD) is unknown color: approx Picton Blue. HEX triplet: 4D, 97 and CD. RGB value is (77,151,205). Sum of RGB (Red+Green+Blue) = 77+151+205=433 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.78% from 433); Green value is 151 (59.38% from 255 or 34.87% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #4D97CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D97CD is #B26832. Grayscale: #868686. Windows color (decimal): -11692083 or 13473613. OLE color: 13473613.

HSL color Cylindrical-coordinate representation of color #4D97CD: hue angle of 205.31º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D97CD is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB77151205-
CMYK0.620.2600.20
HSL205.31º56.14%55.29%-
HSV(B)205.31º62.44%80.39%-
XYZ25.1528.1261.86-
YUV135.03167.4886.61-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.78%
GREEN value IS 151 (59.38% from 255) = 34.87%
BLUE value IS 205 (80.47% from 255) = 47.34%
R=17.78%
G=34.87%
B=47.34%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal771512050.620.2600.20205.3156.1455.29
Hex4D97CD3E1A014cd3837
Octal11522731576320243157067
Binary100110110010111110011011111101101001010011001101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D97CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,151,205); }

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

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

 a { background-color: rgb(77,151,205); }

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

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

 span { border-color: rgb(77,151,205); }

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