Html Css Color HEX #4FA2DF Picton Blue

📋 copy color: '#4FA2DF'

red 79 ◦ green 162 ◦ blue 223

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

Shades of Picton Blue #4FA2DF

Tints of Picton Blue #4FA2DF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.91%

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

R = 17.03%
G = 34.91%
B = 48.06%

CMYK

 C value IS 0.65

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4FA2DF (or 0x4FA2DF) is known color: Picton Blue. HEX triplet: 4F, A2 and DF. RGB value is (79,162,223). Sum of RGB (Red+Green+Blue) = 79+162+223=464 (61% of max value = 765). Red value is 79 (31.25% from 255 or 17.03% from 464); Green value is 162 (63.67% from 255 or 34.91% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #4FA2DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA2DF is #B05D20. Grayscale: #8F8F8F. Windows color (decimal): -11558177 or 14656079. OLE color: 14656079.

HSL color Cylindrical-coordinate representation of color #4FA2DF: hue angle of 205.42º 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 #4FA2DF is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 79 162 223 -
CMYK 0.65 0.27 0 0.13
HSL 205.42º 0.69% 0.59% -
HSV(B) 205.42º 0.65% 0.87% -
XYZ 29.46 32.83 74.6 -
YUV 144.14 172.5 81.54 -
System Red Green Blue C M Y K H S L
Decimal 79 162 223 0.65 0.27 0 0.13 205.42 0.69 0.59
Hex 4F A2 DF 41 1B 0 D CD 45 3B
Octal 117 242 337 101 33 0 15 315 105 73
Binary 1001111 10100010 11011111 1000001 11011 0 1101 11001101 1000101 111011

Color Harmonies of #4FA2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA2DF

Black with #4FA2DF

Text Example


Text Example

White with #4FA2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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