Html Css Color HEX #479ADD Picton Blue

📋 copy color: '#479ADD'

red 71 ◦ green 154 ◦ blue 221

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

Shades of Picton Blue #479ADD

Tints of Picton Blue #479ADD

RGB

 RED value IS 71 (28.13% from 255) = 15.92%

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

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

R = 15.92%
G = 34.53%
B = 49.55%

CMYK

 C value IS 0.68

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#479ADD (or 0x479ADD) is known color: Picton Blue. HEX triplet: 47, 9A and DD. RGB value is (71,154,221). Sum of RGB (Red+Green+Blue) = 71+154+221=446 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.92% from 446); Green value is 154 (60.55% from 255 or 34.53% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #479ADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479ADD is #B86522. Grayscale: #888888. Windows color (decimal): -12084515 or 14522951. OLE color: 14522951.

HSL color Cylindrical-coordinate representation of color #479ADD: hue angle of 206.8º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #479ADD is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 71 154 221 -
CMYK 0.68 0.30 0 0.13
HSL 206.8º 0.69% 0.57% -
HSV(B) 206.8º 0.68% 0.87% -
XYZ 27.21 29.67 72.7 -
YUV 136.82 175.5 81.05 -
System Red Green Blue C M Y K H S L
Decimal 71 154 221 0.68 0.30 0 0.13 206.8 0.69 0.57
Hex 47 9A DD 44 1E 0 D CF 45 39
Octal 107 232 335 104 36 0 15 317 105 71
Binary 1000111 10011010 11011101 1000100 11110 0 1101 11001111 1000101 111001

Color Harmonies of #479ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479ADD

Black with #479ADD

Text Example


Text Example

White with #479ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479ADD; }

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

 H1.HeaderClassName
 {
   color: #479ADD;
 }
 .AnyTagClassName
 {
   color: #479ADD;
 }
</style>

background-color css

<style>
 a { background-color: #479ADD; }

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

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

border-color css

<style>
 span { border-color: #479ADD; }

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

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