Html Css Color HEX #478DDE Picton Blue

📋 copy color: '#478DDE'

red 71 ◦ green 141 ◦ blue 222

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

Shades of Picton Blue #478DDE

Tints of Picton Blue #478DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.15%

R = 16.36%
G = 32.49%
B = 51.15%

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

#478DDE (or 0x478DDE) is known color: Picton Blue. HEX triplet: 47, 8D and DE. RGB value is (71,141,222). Sum of RGB (Red+Green+Blue) = 71+141+222=434 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.36% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #478DDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478DDE is #B87221. Grayscale: #808080. Windows color (decimal): -12087842 or 14585159. OLE color: 14585159.

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

Color convert

RGB 71 141 222 -
CMYK 0.68 0.36 0 0.13
HSL 212.19º 0.7% 0.57% -
HSV(B) 212.19º 0.68% 0.87% -
XYZ 25.31 25.66 72.73 -
YUV 129.3 180.31 86.41 -
System Red Green Blue C M Y K H S L
Decimal 71 141 222 0.68 0.36 0 0.13 212.19 0.7 0.57
Hex 47 8D DE 44 24 0 D D4 46 39
Octal 107 215 336 104 44 0 15 324 106 71
Binary 1000111 10001101 11011110 1000100 100100 0 1101 11010100 1000110 111001

Color Harmonies of #478DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478DDE

Black with #478DDE

Text Example


Text Example

White with #478DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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