Html Css Color HEX #4F9ADD Picton Blue

📋 copy color: '#4F9ADD'

red 79 ◦ green 154 ◦ blue 221

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

Shades of Picton Blue #4F9ADD

Tints of Picton Blue #4F9ADD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.92%

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

R = 17.4%
G = 33.92%
B = 48.68%

CMYK

 C value IS 0.64

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4F9ADD (or 0x4F9ADD) is known color: Picton Blue. HEX triplet: 4F, 9A and DD. RGB value is (79,154,221). Sum of RGB (Red+Green+Blue) = 79+154+221=454 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.40% from 454); Green value is 154 (60.55% from 255 or 33.92% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #4F9ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F9ADD is #B06522. Grayscale: #8A8A8A. Windows color (decimal): -11560227 or 14522959. OLE color: 14522959.

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

Color convert

RGB 79 154 221 -
CMYK 0.64 0.30 0 0.13
HSL 208.31º 0.68% 0.59% -
HSV(B) 208.31º 0.64% 0.87% -
XYZ 27.83 29.99 72.73 -
YUV 139.21 174.15 85.05 -
System Red Green Blue C M Y K H S L
Decimal 79 154 221 0.64 0.30 0 0.13 208.31 0.68 0.59
Hex 4F 9A DD 40 1E 0 D D0 44 3B
Octal 117 232 335 100 36 0 15 320 104 73
Binary 1001111 10011010 11011101 1000000 11110 0 1101 11010000 1000100 111011

Color Harmonies of #4F9ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9ADD

Black with #4F9ADD

Text Example


Text Example

White with #4F9ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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