#4DA1DE

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

Shades of Picton Blue #4DA1DE

Tints of Picton Blue #4DA1DE

Color information

#4DA1DE (or 0x4DA1DE) is unknown color: approx Picton Blue. HEX triplet: 4D, A1 and DE. RGB value is (77,161,222). Sum of RGB (Red+Green+Blue) = 77+161+222=460 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.74% from 460); Green value is 161 (63.28% from 255 or 35% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #4DA1DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DA1DE is #B25E21. Grayscale: #8E8E8E. Windows color (decimal): -11689506 or 14590285. OLE color: 14590285.

HSL color Cylindrical-coordinate representation of color #4DA1DE: hue angle of 205.24º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DA1DE is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB77161222-
CMYK0.650.2700.13
HSL205.24º68.72%58.63%-
HSV(B)205.24º65.32%87.06%-
XYZ28.9932.3473.82-
YUV142.84172.6781.04-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.74%
GREEN value IS 161 (63.28% from 255) = 35%
BLUE value IS 222 (87.11% from 255) = 48.26%
R=16.74%
G=35%
B=48.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal771612220.650.2700.13205.2468.7258.63
Hex4DA1DE411B0Dcd453b
Octal1152413361013301531510573
Binary1001101101000011101111010000011101101101110011011000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,161,222); }

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

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

 a { background-color: rgb(77,161,222); }

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

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

 span { border-color: rgb(77,161,222); }

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