Html Css Color HEX #4FACD8 Picton Blue

📋 copy color: '#4FACD8'

red 79 ◦ green 172 ◦ blue 216

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

Shades of Picton Blue #4FACD8

Tints of Picton Blue #4FACD8

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.83%

 BLUE value IS 216 (84.77% from 255) = 46.25%

R = 16.92%
G = 36.83%
B = 46.25%

CMYK

 C value IS 0.63

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4FACD8 (or 0x4FACD8) is known color: Picton Blue. HEX triplet: 4F, AC and D8. RGB value is (79,172,216). Sum of RGB (Red+Green+Blue) = 79+172+216=467 (61% of max value = 765). Red value is 79 (31.25% from 255 or 16.92% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 216 (84.77% from 255 or 46.25% from 467); Max value from RGB is 216 - color contains mainly: blue. Hex color #4FACD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FACD8 is #B05327. Grayscale: #949494. Windows color (decimal): -11555624 or 14199887. OLE color: 14199887.

HSL color Cylindrical-coordinate representation of color #4FACD8: hue angle of 199.27º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4FACD8 is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 79 172 216 -
CMYK 0.63 0.20 0 0.15
HSL 199.27º 0.64% 0.58% -
HSV(B) 199.27º 0.63% 0.85% -
XYZ 30.37 36.13 70.34 -
YUV 149.21 165.69 77.92 -
System Red Green Blue C M Y K H S L
Decimal 79 172 216 0.63 0.20 0 0.15 199.27 0.64 0.58
Hex 4F AC D8 3F 14 0 F C7 40 3A
Octal 117 254 330 77 24 0 17 307 100 72
Binary 1001111 10101100 11011000 111111 10100 0 1111 11000111 1000000 111010

Color Harmonies of #4FACD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FACD8

Black with #4FACD8

Text Example


Text Example

White with #4FACD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,172,216); }

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

background-color css

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

 a { background-color: rgb(79,172,216); }

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

border-color css

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

 span { border-color: rgb(79,172,216); }

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