Html Css Color HEX #4FACDC Picton Blue

📋 copy color: '#4FACDC'

red 79 ◦ green 172 ◦ blue 220

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

Shades of Picton Blue #4FACDC

Tints of Picton Blue #4FACDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.71%

R = 16.77%
G = 36.52%
B = 46.71%

CMYK

 C value IS 0.64

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4FACDC (or 0x4FACDC) is known color: Picton Blue. HEX triplet: 4F, AC and DC. RGB value is (79,172,220). Sum of RGB (Red+Green+Blue) = 79+172+220=471 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.77% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #4FACDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FACDC is #B05323. Grayscale: #959595. Windows color (decimal): -11555620 or 14462031. OLE color: 14462031.

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

Color convert

RGB 79 172 220 -
CMYK 0.64 0.22 0 0.14
HSL 200.43º 0.67% 0.59% -
HSV(B) 200.43º 0.64% 0.86% -
XYZ 30.9 36.33 73.1 -
YUV 149.67 167.69 77.6 -
System Red Green Blue C M Y K H S L
Decimal 79 172 220 0.64 0.22 0 0.14 200.43 0.67 0.59
Hex 4F AC DC 40 16 0 E C8 43 3B
Octal 117 254 334 100 26 0 16 310 103 73
Binary 1001111 10101100 11011100 1000000 10110 0 1110 11001000 1000011 111011

Color Harmonies of #4FACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FACDC

Black with #4FACDC

Text Example


Text Example

White with #4FACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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