Html Css Color HEX #4FACDA Picton Blue

📋 copy color: '#4FACDA'

red 79 ◦ green 172 ◦ blue 218

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

Shades of Picton Blue #4FACDA

Tints of Picton Blue #4FACDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.48%

R = 16.84%
G = 36.67%
B = 46.48%

CMYK

 C value IS 0.64

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4FACDA (or 0x4FACDA) is known color: Picton Blue. HEX triplet: 4F, AC and DA. RGB value is (79,172,218). Sum of RGB (Red+Green+Blue) = 79+172+218=469 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.84% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #4FACDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FACDA is #B05325. Grayscale: #959595. Windows color (decimal): -11555622 or 14330959. OLE color: 14330959.

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

Color convert

RGB 79 172 218 -
CMYK 0.64 0.21 0 0.15
HSL 199.86º 0.65% 0.58% -
HSV(B) 199.86º 0.64% 0.85% -
XYZ 30.63 36.23 71.71 -
YUV 149.44 166.69 77.76 -
System Red Green Blue C M Y K H S L
Decimal 79 172 218 0.64 0.21 0 0.15 199.86 0.65 0.58
Hex 4F AC DA 40 15 0 F C8 41 3A
Octal 117 254 332 100 25 0 17 310 101 72
Binary 1001111 10101100 11011010 1000000 10101 0 1111 11001000 1000001 111010

Color Harmonies of #4FACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FACDA

Black with #4FACDA

Text Example


Text Example

White with #4FACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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