Html Css Color HEX #479BDB Picton Blue

📋 copy color: '#479BDB'

red 71 ◦ green 155 ◦ blue 219

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

Shades of Picton Blue #479BDB

Tints of Picton Blue #479BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.83%

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

R = 15.96%
G = 34.83%
B = 49.21%

CMYK

 C value IS 0.68

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#479BDB (or 0x479BDB) is known color: Picton Blue. HEX triplet: 47, 9B and DB. RGB value is (71,155,219). Sum of RGB (Red+Green+Blue) = 71+155+219=445 (58% of max value = 765). Red value is 71 (28.12% from 255 or 15.96% from 445); Green value is 155 (60.94% from 255 or 34.83% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #479BDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479BDB is #B86424. Grayscale: #888888. Windows color (decimal): -12084261 or 14392135. OLE color: 14392135.

HSL color Cylindrical-coordinate representation of color #479BDB: hue angle of 205.95º 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 #479BDB is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 155 219 -
CMYK 0.68 0.29 0 0.14
HSL 205.95º 0.67% 0.57% -
HSV(B) 205.95º 0.68% 0.86% -
XYZ 27.11 29.9 71.36 -
YUV 137.18 174.17 80.8 -
System Red Green Blue C M Y K H S L
Decimal 71 155 219 0.68 0.29 0 0.14 205.95 0.67 0.57
Hex 47 9B DB 44 1D 0 E CE 43 39
Octal 107 233 333 104 35 0 16 316 103 71
Binary 1000111 10011011 11011011 1000100 11101 0 1110 11001110 1000011 111001

Color Harmonies of #479BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479BDB

Black with #479BDB

Text Example


Text Example

White with #479BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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