Html Css Color HEX #478CDD Picton Blue

📋 copy color: '#478CDD'

red 71 ◦ green 140 ◦ blue 221

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

Shades of Picton Blue #478CDD

Tints of Picton Blue #478CDD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.41%

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

R = 16.44%
G = 32.41%
B = 51.16%

CMYK

 C value IS 0.68

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#478CDD (or 0x478CDD) is known color: Picton Blue. HEX triplet: 47, 8C and DD. RGB value is (71,140,221). Sum of RGB (Red+Green+Blue) = 71+140+221=432 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.44% from 432); Green value is 140 (55.08% from 255 or 32.41% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #478CDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478CDD is #B87322. Grayscale: #808080. Windows color (decimal): -12088099 or 14519367. OLE color: 14519367.

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

Color convert

RGB 71 140 221 -
CMYK 0.68 0.37 0 0.13
HSL 212.4º 0.69% 0.57% -
HSV(B) 212.4º 0.68% 0.87% -
XYZ 25.03 25.32 71.97 -
YUV 128.6 180.14 86.91 -
System Red Green Blue C M Y K H S L
Decimal 71 140 221 0.68 0.37 0 0.13 212.4 0.69 0.57
Hex 47 8C DD 44 25 0 D D4 45 39
Octal 107 214 335 104 45 0 15 324 105 71
Binary 1000111 10001100 11011101 1000100 100101 0 1101 11010100 1000101 111001

Color Harmonies of #478CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478CDD

Black with #478CDD

Text Example


Text Example

White with #478CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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