Html Css Color HEX #4FA3DD Picton Blue

📋 copy color: '#4FA3DD'

red 79 ◦ green 163 ◦ blue 221

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

Shades of Picton Blue #4FA3DD

Tints of Picton Blue #4FA3DD

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.21%

 BLUE value IS 221 (86.72% from 255) = 47.73%

R = 17.06%
G = 35.21%
B = 47.73%

CMYK

 C value IS 0.64

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4FA3DD (or 0x4FA3DD) is known color: Picton Blue. HEX triplet: 4F, A3 and DD. RGB value is (79,163,221). Sum of RGB (Red+Green+Blue) = 79+163+221=463 (61% of max value = 765). Red value is 79 (31.25% from 255 or 17.06% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #4FA3DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA3DD is #B05C22. Grayscale: #909090. Windows color (decimal): -11557923 or 14525263. OLE color: 14525263.

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

Color convert

RGB 79 163 221 -
CMYK 0.64 0.26 0 0.13
HSL 204.51º 0.68% 0.59% -
HSV(B) 204.51º 0.64% 0.87% -
XYZ 29.37 33.08 73.24 -
YUV 144.5 171.17 81.28 -
System Red Green Blue C M Y K H S L
Decimal 79 163 221 0.64 0.26 0 0.13 204.51 0.68 0.59
Hex 4F A3 DD 40 1A 0 D CD 44 3B
Octal 117 243 335 100 32 0 15 315 104 73
Binary 1001111 10100011 11011101 1000000 11010 0 1101 11001101 1000100 111011

Color Harmonies of #4FA3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA3DD

Black with #4FA3DD

Text Example


Text Example

White with #4FA3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,163,221); }

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

background-color css

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

 a { background-color: rgb(79,163,221); }

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

border-color css

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

 span { border-color: rgb(79,163,221); }

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