Html Css Color HEX #4FA7DD Picton Blue

📋 copy color: '#4FA7DD'

red 79 ◦ green 167 ◦ blue 221

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

Shades of Picton Blue #4FA7DD

Tints of Picton Blue #4FA7DD

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.76%

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

R = 16.92%
G = 35.76%
B = 47.32%

CMYK

 C value IS 0.64

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4FA7DD (or 0x4FA7DD) is known color: Picton Blue. HEX triplet: 4F, A7 and DD. RGB value is (79,167,221). Sum of RGB (Red+Green+Blue) = 79+167+221=467 (61% of max value = 765). Red value is 79 (31.25% from 255 or 16.92% from 467); Green value is 167 (65.62% from 255 or 35.76% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #4FA7DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA7DD is #B05822. Grayscale: #929292. Windows color (decimal): -11556899 or 14526287. OLE color: 14526287.

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

Color convert

RGB 79 167 221 -
CMYK 0.64 0.24 0 0.13
HSL 202.82º 0.68% 0.59% -
HSV(B) 202.82º 0.64% 0.87% -
XYZ 30.09 34.52 73.48 -
YUV 146.84 169.85 79.61 -
System Red Green Blue C M Y K H S L
Decimal 79 167 221 0.64 0.24 0 0.13 202.82 0.68 0.59
Hex 4F A7 DD 40 18 0 D CB 44 3B
Octal 117 247 335 100 30 0 15 313 104 73
Binary 1001111 10100111 11011101 1000000 11000 0 1101 11001011 1000100 111011

Color Harmonies of #4FA7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA7DD

Black with #4FA7DD

Text Example


Text Example

White with #4FA7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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