Html Css Color HEX #478DDB Picton Blue

📋 copy color: '#478DDB'

red 71 ◦ green 141 ◦ blue 219

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

Shades of Picton Blue #478DDB

Tints of Picton Blue #478DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.71%

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

R = 16.47%
G = 32.71%
B = 50.81%

CMYK

 C value IS 0.68

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#478DDB (or 0x478DDB) is known color: Picton Blue. HEX triplet: 47, 8D and DB. RGB value is (71,141,219). Sum of RGB (Red+Green+Blue) = 71+141+219=431 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.47% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #478DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478DDB is #B87224. Grayscale: #808080. Windows color (decimal): -12087845 or 14388551. OLE color: 14388551.

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

Color convert

RGB 71 141 219 -
CMYK 0.68 0.36 0 0.14
HSL 211.62º 0.67% 0.57% -
HSV(B) 211.62º 0.68% 0.86% -
XYZ 24.91 25.5 70.63 -
YUV 128.96 178.81 86.66 -
System Red Green Blue C M Y K H S L
Decimal 71 141 219 0.68 0.36 0 0.14 211.62 0.67 0.57
Hex 47 8D DB 44 24 0 E D4 43 39
Octal 107 215 333 104 44 0 16 324 103 71
Binary 1000111 10001101 11011011 1000100 100100 0 1110 11010100 1000011 111001

Color Harmonies of #478DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478DDB

Black with #478DDB

Text Example


Text Example

White with #478DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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