Html Css Color HEX #4FABDC Picton Blue

📋 copy color: '#4FABDC'

red 79 ◦ green 171 ◦ blue 220

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

Shades of Picton Blue #4FABDC

Tints of Picton Blue #4FABDC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.38%

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

R = 16.81%
G = 36.38%
B = 46.81%

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

#4FABDC (or 0x4FABDC) is known color: Picton Blue. HEX triplet: 4F, AB and DC. RGB value is (79,171,220). Sum of RGB (Red+Green+Blue) = 79+171+220=470 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.81% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #4FABDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FABDC is #B05423. Grayscale: #949494. Windows color (decimal): -11555876 or 14461775. OLE color: 14461775.

HSL color Cylindrical-coordinate representation of color #4FABDC: hue angle of 200.85º 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 #4FABDC is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 79 171 220 -
CMYK 0.64 0.22 0 0.14
HSL 200.85º 0.67% 0.59% -
HSV(B) 200.85º 0.64% 0.86% -
XYZ 30.71 35.96 73.03 -
YUV 149.08 168.02 78.02 -
System Red Green Blue C M Y K H S L
Decimal 79 171 220 0.64 0.22 0 0.14 200.85 0.67 0.59
Hex 4F AB DC 40 16 0 E C9 43 3B
Octal 117 253 334 100 26 0 16 311 103 73
Binary 1001111 10101011 11011100 1000000 10110 0 1110 11001001 1000011 111011

Color Harmonies of #4FABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FABDC

Black with #4FABDC

Text Example


Text Example

White with #4FABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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