#4DA7D6

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

Shades of Picton Blue #4DA7D6

Tints of Picton Blue #4DA7D6

Color information

#4DA7D6 (or 0x4DA7D6) is unknown color: approx Picton Blue. HEX triplet: 4D, A7 and D6. RGB value is (77,167,214). Sum of RGB (Red+Green+Blue) = 77+167+214=458 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.81% from 458); Green value is 167 (65.62% from 255 or 36.46% from 458); Blue value is 214 (83.98% from 255 or 46.72% from 458); Max value from RGB is 214 - color contains mainly: blue. Hex color #4DA7D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DA7D6 is #B25829. Grayscale: #919191. Windows color (decimal): -11687978 or 14067533. OLE color: 14067533.

HSL color Cylindrical-coordinate representation of color #4DA7D6: hue angle of 200.58º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DA7D6 is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB77167214-
CMYK0.640.2200.16
HSL200.58º62.56%57.06%-
HSV(B)200.58º64.02%83.92%-
XYZ29.0234.0768.67-
YUV145.45166.6879.18-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.81%
GREEN value IS 167 (65.62% from 255) = 36.46%
BLUE value IS 214 (83.98% from 255) = 46.72%
R=16.81%
G=36.46%
B=46.72%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal771672140.640.2200.16200.5862.5657.06
Hex4DA7D64016010c93f39
Octal115247326100260203117771
Binary1001101101001111101011010000001011001000011001001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA7D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,167,214); }

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

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

 a { background-color: rgb(77,167,214); }

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

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

 span { border-color: rgb(77,167,214); }

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