Html Css Color HEX #4FA2DC Picton Blue

📋 copy color: '#4FA2DC'

red 79 ◦ green 162 ◦ blue 220

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

Shades of Picton Blue #4FA2DC

Tints of Picton Blue #4FA2DC

RGB

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

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

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

R = 17.14%
G = 35.14%
B = 47.72%

CMYK

 C value IS 0.64

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4FA2DC (or 0x4FA2DC) is known color: Picton Blue. HEX triplet: 4F, A2 and DC. RGB value is (79,162,220). Sum of RGB (Red+Green+Blue) = 79+162+220=461 (61% of max value = 765). Red value is 79 (31.25% from 255 or 17.14% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #4FA2DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA2DC is #B05D23. Grayscale: #8F8F8F. Windows color (decimal): -11558180 or 14459471. OLE color: 14459471.

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

Color convert

RGB 79 162 220 -
CMYK 0.64 0.26 0 0.14
HSL 204.68º 0.67% 0.59% -
HSV(B) 204.68º 0.64% 0.86% -
XYZ 29.06 32.67 72.48 -
YUV 143.8 171 81.78 -
System Red Green Blue C M Y K H S L
Decimal 79 162 220 0.64 0.26 0 0.14 204.68 0.67 0.59
Hex 4F A2 DC 40 1A 0 E CD 43 3B
Octal 117 242 334 100 32 0 16 315 103 73
Binary 1001111 10100010 11011100 1000000 11010 0 1110 11001101 1000011 111011

Color Harmonies of #4FA2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA2DC

Black with #4FA2DC

Text Example


Text Example

White with #4FA2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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