Html Css Color HEX #4DA2DD Picton Blue

📋 copy color: '#4DA2DD'

red 77 ◦ green 162 ◦ blue 221

#4DA2DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #4DA2DD

Tints of Picton Blue #4DA2DD

RGB

 RED value IS 77 (30.47% from 255) = 16.74%

 GREEN value IS 162 (63.67% from 255) = 35.22%

 BLUE value IS 221 (86.72% from 255) = 48.04%

R = 16.74%
G = 35.22%
B = 48.04%

CMYK

 C value IS 0.65

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4DA2DD (or 0x4DA2DD) is known color: Picton Blue. HEX triplet: 4D, A2 and DD. RGB value is (77,162,221). Sum of RGB (Red+Green+Blue) = 77+162+221=460 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.74% from 460); Green value is 162 (63.67% from 255 or 35.22% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #4DA2DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DA2DD is #B25D22. Grayscale: #8E8E8E. Windows color (decimal): -11689251 or 14525005. OLE color: 14525005.

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

Color convert

RGB 77 162 221 -
CMYK 0.65 0.27 0 0.13
HSL 204.58º 0.68% 0.58% -
HSV(B) 204.58º 0.65% 0.87% -
XYZ 29.03 32.64 73.18 -
YUV 143.31 171.84 80.7 -
System Red Green Blue C M Y K H S L
Decimal 77 162 221 0.65 0.27 0 0.13 204.58 0.68 0.58
Hex 4D A2 DD 41 1B 0 D CD 44 3A
Octal 115 242 335 101 33 0 15 315 104 72
Binary 1001101 10100010 11011101 1000001 11011 0 1101 11001101 1000100 111010

Color Harmonies of #4DA2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA2DD

Black with #4DA2DD

Text Example


Text Example

White with #4DA2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,162,221); }

 H1.HeaderClassName
 {
   color: #4DA2DD;
 }
 .AnyTagClassName
 {
   color: #4DA2DD;
 }
</style>

background-color css

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

 a { background-color: rgb(77,162,221); }

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

border-color css

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

 span { border-color: rgb(77,162,221); }

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