Html Css Color HEX #47A0CC Picton Blue

📋 copy color: '#47A0CC'

red 71 ◦ green 160 ◦ blue 204

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

Shades of Picton Blue #47A0CC

Tints of Picton Blue #47A0CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.9%

R = 16.32%
G = 36.78%
B = 46.9%

CMYK

 C value IS 0.65

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#47A0CC (or 0x47A0CC) is known color: Picton Blue. HEX triplet: 47, A0 and CC. RGB value is (71,160,204). Sum of RGB (Red+Green+Blue) = 71+160+204=435 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.32% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #47A0CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47A0CC is #B85F33. Grayscale: #8A8A8A. Windows color (decimal): -12082996 or 13410375. OLE color: 13410375.

HSL color Cylindrical-coordinate representation of color #47A0CC: hue angle of 199.85º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47A0CC is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 71 160 204 -
CMYK 0.65 0.22 0 0.2
HSL 199.85º 0.57% 0.54% -
HSV(B) 199.85º 0.65% 0.8% -
XYZ 26.07 30.84 61.71 -
YUV 138.41 165.01 79.92 -
System Red Green Blue C M Y K H S L
Decimal 71 160 204 0.65 0.22 0 0.2 199.85 0.57 0.54
Hex 47 A0 CC 41 16 0 14 C8 39 36
Octal 107 240 314 101 26 0 24 310 71 66
Binary 1000111 10100000 11001100 1000001 10110 0 10100 11001000 111001 110110

Color Harmonies of #47A0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A0CC

Black with #47A0CC

Text Example


Text Example

White with #47A0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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