Html Css Color HEX #478EDD Picton Blue

📋 copy color: '#478EDD'

red 71 ◦ green 142 ◦ blue 221

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

Shades of Picton Blue #478EDD

Tints of Picton Blue #478EDD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.72%

 BLUE value IS 221 (86.72% from 255) = 50.92%

R = 16.36%
G = 32.72%
B = 50.92%

CMYK

 C value IS 0.68

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#478EDD (or 0x478EDD) is known color: Picton Blue. HEX triplet: 47, 8E and DD. RGB value is (71,142,221). Sum of RGB (Red+Green+Blue) = 71+142+221=434 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.36% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #478EDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478EDD is #B87122. Grayscale: #818181. Windows color (decimal): -12087587 or 14519879. OLE color: 14519879.

HSL color Cylindrical-coordinate representation of color #478EDD: hue angle of 211.6º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #478EDD is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 71 142 221 -
CMYK 0.68 0.36 0 0.13
HSL 211.6º 0.69% 0.57% -
HSV(B) 211.6º 0.68% 0.87% -
XYZ 25.32 25.91 72.07 -
YUV 129.78 179.48 86.08 -
System Red Green Blue C M Y K H S L
Decimal 71 142 221 0.68 0.36 0 0.13 211.6 0.69 0.57
Hex 47 8E DD 44 24 0 D D4 45 39
Octal 107 216 335 104 44 0 15 324 105 71
Binary 1000111 10001110 11011101 1000100 100100 0 1101 11010100 1000101 111001

Color Harmonies of #478EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478EDD

Black with #478EDD

Text Example


Text Example

White with #478EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,142,221); }

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

background-color css

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

 a { background-color: rgb(71,142,221); }

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

border-color css

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

 span { border-color: rgb(71,142,221); }

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