Html Css Color HEX #4FADDD Picton Blue

📋 copy color: '#4FADDD'

red 79 ◦ green 173 ◦ blue 221

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

Shades of Picton Blue #4FADDD

Tints of Picton Blue #4FADDD

RGB

 RED value IS 79 (31.25% from 255) = 16.7%

 GREEN value IS 173 (67.97% from 255) = 36.58%

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

R = 16.7%
G = 36.58%
B = 46.72%

CMYK

 C value IS 0.64

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4FADDD (or 0x4FADDD) is known color: Picton Blue. HEX triplet: 4F, AD and DD. RGB value is (79,173,221). Sum of RGB (Red+Green+Blue) = 79+173+221=473 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.70% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #4FADDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FADDD is #B05222. Grayscale: #969696. Windows color (decimal): -11555363 or 14527823. OLE color: 14527823.

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

Color convert

RGB 79 173 221 -
CMYK 0.64 0.22 0 0.13
HSL 200.28º 0.68% 0.59% -
HSV(B) 200.28º 0.64% 0.87% -
XYZ 31.22 36.77 73.86 -
YUV 150.37 167.86 77.1 -
System Red Green Blue C M Y K H S L
Decimal 79 173 221 0.64 0.22 0 0.13 200.28 0.68 0.59
Hex 4F AD DD 40 16 0 D C8 44 3B
Octal 117 255 335 100 26 0 15 310 104 73
Binary 1001111 10101101 11011101 1000000 10110 0 1101 11001000 1000100 111011

Color Harmonies of #4FADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FADDD

Black with #4FADDD

Text Example


Text Example

White with #4FADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,173,221); }

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

background-color css

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

 a { background-color: rgb(79,173,221); }

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

border-color css

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

 span { border-color: rgb(79,173,221); }

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