Html Css Color HEX #47A0CE Picton Blue

📋 copy color: '#47A0CE'

red 71 ◦ green 160 ◦ blue 206

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

Shades of Picton Blue #47A0CE

Tints of Picton Blue #47A0CE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.61%

 BLUE value IS 206 (80.86% from 255) = 47.14%

R = 16.25%
G = 36.61%
B = 47.14%

CMYK

 C value IS 0.66

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#47A0CE (or 0x47A0CE) is known color: Picton Blue. HEX triplet: 47, A0 and CE. RGB value is (71,160,206). Sum of RGB (Red+Green+Blue) = 71+160+206=437 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.25% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #47A0CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47A0CE is #B85F31. Grayscale: #8A8A8A. Windows color (decimal): -12082994 or 13541447. OLE color: 13541447.

HSL color Cylindrical-coordinate representation of color #47A0CE: hue angle of 200.44º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47A0CE is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 160 206 -
CMYK 0.66 0.22 0 0.19
HSL 200.44º 0.58% 0.54% -
HSV(B) 200.44º 0.66% 0.81% -
XYZ 26.31 30.94 62.98 -
YUV 138.63 166.01 79.76 -
System Red Green Blue C M Y K H S L
Decimal 71 160 206 0.66 0.22 0 0.19 200.44 0.58 0.54
Hex 47 A0 CE 42 16 0 13 C8 3A 36
Octal 107 240 316 102 26 0 23 310 72 66
Binary 1000111 10100000 11001110 1000010 10110 0 10011 11001000 111010 110110

Color Harmonies of #47A0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A0CE

Black with #47A0CE

Text Example


Text Example

White with #47A0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47A0CE; }

 p { color: rgb(71,160,206); }

 H1.HeaderClassName
 {
   color: #47A0CE;
 }
 .AnyTagClassName
 {
   color: #47A0CE;
 }
</style>

background-color css

<style>
 a { background-color: #47A0CE; }

 a { background-color: rgb(71,160,206); }

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

border-color css

<style>
 span { border-color: #47A0CE; }

 span { border-color: rgb(71,160,206); }

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