Html Css Color HEX #479DDB Picton Blue

📋 copy color: '#479DDB'

red 71 ◦ green 157 ◦ blue 219

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

Shades of Picton Blue #479DDB

Tints of Picton Blue #479DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.12%

 BLUE value IS 219 (85.94% from 255) = 48.99%

R = 15.88%
G = 35.12%
B = 48.99%

CMYK

 C value IS 0.68

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#479DDB (or 0x479DDB) is known color: Picton Blue. HEX triplet: 47, 9D and DB. RGB value is (71,157,219). Sum of RGB (Red+Green+Blue) = 71+157+219=447 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.88% from 447); Green value is 157 (61.72% from 255 or 35.12% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #479DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479DDB is #B86224. Grayscale: #8A8A8A. Windows color (decimal): -12083749 or 14392647. OLE color: 14392647.

HSL color Cylindrical-coordinate representation of color #479DDB: hue angle of 205.14º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #479DDB is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 157 219 -
CMYK 0.68 0.28 0 0.14
HSL 205.14º 0.67% 0.57% -
HSV(B) 205.14º 0.68% 0.86% -
XYZ 27.44 30.57 71.47 -
YUV 138.35 173.51 79.96 -
System Red Green Blue C M Y K H S L
Decimal 71 157 219 0.68 0.28 0 0.14 205.14 0.67 0.57
Hex 47 9D DB 44 1C 0 E CD 43 39
Octal 107 235 333 104 34 0 16 315 103 71
Binary 1000111 10011101 11011011 1000100 11100 0 1110 11001101 1000011 111001

Color Harmonies of #479DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479DDB

Black with #479DDB

Text Example


Text Example

White with #479DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,157,219); }

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

background-color css

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

 a { background-color: rgb(71,157,219); }

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

border-color css

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

 span { border-color: rgb(71,157,219); }

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