Html Css Color HEX #4FA1DF Picton Blue

📋 copy color: '#4FA1DF'

red 79 ◦ green 161 ◦ blue 223

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

Shades of Picton Blue #4FA1DF

Tints of Picton Blue #4FA1DF

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.77%

 BLUE value IS 223 (87.5% from 255) = 48.16%

R = 17.06%
G = 34.77%
B = 48.16%

CMYK

 C value IS 0.65

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4FA1DF (or 0x4FA1DF) is known color: Picton Blue. HEX triplet: 4F, A1 and DF. RGB value is (79,161,223). Sum of RGB (Red+Green+Blue) = 79+161+223=463 (61% of max value = 765). Red value is 79 (31.25% from 255 or 17.06% from 463); Green value is 161 (63.28% from 255 or 34.77% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #4FA1DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA1DF is #B05E20. Grayscale: #8F8F8F. Windows color (decimal): -11558433 or 14655823. OLE color: 14655823.

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

Color convert

RGB 79 161 223 -
CMYK 0.65 0.28 0 0.13
HSL 205.83º 0.69% 0.59% -
HSV(B) 205.83º 0.65% 0.87% -
XYZ 29.29 32.48 74.54 -
YUV 143.55 172.83 81.96 -
System Red Green Blue C M Y K H S L
Decimal 79 161 223 0.65 0.28 0 0.13 205.83 0.69 0.59
Hex 4F A1 DF 41 1C 0 D CE 45 3B
Octal 117 241 337 101 34 0 15 316 105 73
Binary 1001111 10100001 11011111 1000001 11100 0 1101 11001110 1000101 111011

Color Harmonies of #4FA1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA1DF

Black with #4FA1DF

Text Example


Text Example

White with #4FA1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,161,223); }

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

background-color css

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

 a { background-color: rgb(79,161,223); }

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

border-color css

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

 span { border-color: rgb(79,161,223); }

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