Html Css Color HEX #479EDB Picton Blue

📋 copy color: '#479EDB'

red 71 ◦ green 158 ◦ blue 219

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

Shades of Picton Blue #479EDB

Tints of Picton Blue #479EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.27%

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

R = 15.85%
G = 35.27%
B = 48.88%

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

#479EDB (or 0x479EDB) is known color: Picton Blue. HEX triplet: 47, 9E and DB. RGB value is (71,158,219). Sum of RGB (Red+Green+Blue) = 71+158+219=448 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.85% from 448); Green value is 158 (62.11% from 255 or 35.27% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #479EDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479EDB is #B86124. Grayscale: #8A8A8A. Windows color (decimal): -12083493 or 14392903. OLE color: 14392903.

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

Color convert

RGB 71 158 219 -
CMYK 0.68 0.28 0 0.14
HSL 204.73º 0.67% 0.57% -
HSV(B) 204.73º 0.68% 0.86% -
XYZ 27.61 30.91 71.53 -
YUV 138.94 173.18 79.54 -
System Red Green Blue C M Y K H S L
Decimal 71 158 219 0.68 0.28 0 0.14 204.73 0.67 0.57
Hex 47 9E DB 44 1C 0 E CD 43 39
Octal 107 236 333 104 34 0 16 315 103 71
Binary 1000111 10011110 11011011 1000100 11100 0 1110 11001101 1000011 111001

Color Harmonies of #479EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479EDB

Black with #479EDB

Text Example


Text Example

White with #479EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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