Html Css Color HEX #479CDB Picton Blue

📋 copy color: '#479CDB'

red 71 ◦ green 156 ◦ blue 219

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

Shades of Picton Blue #479CDB

Tints of Picton Blue #479CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.98%

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

R = 15.92%
G = 34.98%
B = 49.1%

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

#479CDB (or 0x479CDB) is known color: Picton Blue. HEX triplet: 47, 9C and DB. RGB value is (71,156,219). Sum of RGB (Red+Green+Blue) = 71+156+219=446 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.92% from 446); Green value is 156 (61.33% from 255 or 34.98% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #479CDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479CDB is #B86324. Grayscale: #898989. Windows color (decimal): -12084005 or 14392391. OLE color: 14392391.

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

Color convert

RGB 71 156 219 -
CMYK 0.68 0.29 0 0.14
HSL 205.54º 0.67% 0.57% -
HSV(B) 205.54º 0.68% 0.86% -
XYZ 27.27 30.23 71.42 -
YUV 137.77 173.84 80.38 -
System Red Green Blue C M Y K H S L
Decimal 71 156 219 0.68 0.29 0 0.14 205.54 0.67 0.57
Hex 47 9C DB 44 1D 0 E CE 43 39
Octal 107 234 333 104 35 0 16 316 103 71
Binary 1000111 10011100 11011011 1000100 11101 0 1110 11001110 1000011 111001

Color Harmonies of #479CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479CDB

Black with #479CDB

Text Example


Text Example

White with #479CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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