Html Css Color HEX #4FA5DD Picton Blue

📋 copy color: '#4FA5DD'

red 79 ◦ green 165 ◦ blue 221

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

Shades of Picton Blue #4FA5DD

Tints of Picton Blue #4FA5DD

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.48%

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

R = 16.99%
G = 35.48%
B = 47.53%

CMYK

 C value IS 0.64

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4FA5DD (or 0x4FA5DD) is known color: Picton Blue. HEX triplet: 4F, A5 and DD. RGB value is (79,165,221). Sum of RGB (Red+Green+Blue) = 79+165+221=465 (61% of max value = 765). Red value is 79 (31.25% from 255 or 16.99% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #4FA5DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA5DD is #B05A22. Grayscale: #919191. Windows color (decimal): -11557411 or 14525775. OLE color: 14525775.

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

Color convert

RGB 79 165 221 -
CMYK 0.64 0.25 0 0.13
HSL 203.66º 0.68% 0.59% -
HSV(B) 203.66º 0.64% 0.87% -
XYZ 29.73 33.79 73.36 -
YUV 145.67 170.51 80.45 -
System Red Green Blue C M Y K H S L
Decimal 79 165 221 0.64 0.25 0 0.13 203.66 0.68 0.59
Hex 4F A5 DD 40 19 0 D CC 44 3B
Octal 117 245 335 100 31 0 15 314 104 73
Binary 1001111 10100101 11011101 1000000 11001 0 1101 11001100 1000100 111011

Color Harmonies of #4FA5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA5DD

Black with #4FA5DD

Text Example


Text Example

White with #4FA5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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