Html Css Color HEX #4F8EDC Picton Blue

📋 copy color: '#4F8EDC'

red 79 ◦ green 142 ◦ blue 220

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

Shades of Picton Blue #4F8EDC

Tints of Picton Blue #4F8EDC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.2%

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

R = 17.91%
G = 32.2%
B = 49.89%

CMYK

 C value IS 0.64

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4F8EDC (or 0x4F8EDC) is known color: Picton Blue. HEX triplet: 4F, 8E and DC. RGB value is (79,142,220). Sum of RGB (Red+Green+Blue) = 79+142+220=441 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.91% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #4F8EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F8EDC is #B07123. Grayscale: #838383. Windows color (decimal): -11563300 or 14454351. OLE color: 14454351.

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

Color convert

RGB 79 142 220 -
CMYK 0.64 0.35 0 0.14
HSL 213.19º 0.67% 0.59% -
HSV(B) 213.19º 0.64% 0.86% -
XYZ 25.82 26.18 71.4 -
YUV 132.06 177.63 90.16 -
System Red Green Blue C M Y K H S L
Decimal 79 142 220 0.64 0.35 0 0.14 213.19 0.67 0.59
Hex 4F 8E DC 40 23 0 E D5 43 3B
Octal 117 216 334 100 43 0 16 325 103 73
Binary 1001111 10001110 11011100 1000000 100011 0 1110 11010101 1000011 111011

Color Harmonies of #4F8EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F8EDC

Black with #4F8EDC

Text Example


Text Example

White with #4F8EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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