Html Css Color HEX #4FA2D1 Picton Blue

📋 copy color: '#4FA2D1'

red 79 ◦ green 162 ◦ blue 209

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

Shades of Picton Blue #4FA2D1

Tints of Picton Blue #4FA2D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 46.44%

R = 17.56%
G = 36%
B = 46.44%

CMYK

 C value IS 0.62

 M value IS 0.22

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4FA2D1 (or 0x4FA2D1) is known color: Picton Blue. HEX triplet: 4F, A2 and D1. RGB value is (79,162,209). Sum of RGB (Red+Green+Blue) = 79+162+209=450 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.56% from 450); Green value is 162 (63.67% from 255 or 36% from 450); Blue value is 209 (82.03% from 255 or 46.44% from 450); Max value from RGB is 209 - color contains mainly: blue. Hex color #4FA2D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA2D1 is #B05D2E. Grayscale: #8E8E8E. Windows color (decimal): -11558191 or 13738575. OLE color: 13738575.

HSL color Cylindrical-coordinate representation of color #4FA2D1: hue angle of 201.69º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4FA2D1 is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 79 162 209 -
CMYK 0.62 0.22 0 0.18
HSL 201.69º 0.59% 0.56% -
HSV(B) 201.69º 0.62% 0.82% -
XYZ 27.65 32.11 65.06 -
YUV 142.54 165.5 82.68 -
System Red Green Blue C M Y K H S L
Decimal 79 162 209 0.62 0.22 0 0.18 201.69 0.59 0.56
Hex 4F A2 D1 3E 16 0 12 CA 3B 38
Octal 117 242 321 76 26 0 22 312 73 70
Binary 1001111 10100010 11010001 111110 10110 0 10010 11001010 111011 111000

Color Harmonies of #4FA2D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA2D1

Black with #4FA2D1

Text Example


Text Example

White with #4FA2D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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