Html Css Color HEX #47ACCB Viking

📋 copy color: '#47ACCB'

red 71 ◦ green 172 ◦ blue 203

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

Shades of Viking #47ACCB

Tints of Viking #47ACCB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.57%

 BLUE value IS 203 (79.69% from 255) = 45.52%

R = 15.92%
G = 38.57%
B = 45.52%

CMYK

 C value IS 0.65

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#47ACCB (or 0x47ACCB) is known color: Viking. HEX triplet: 47, AC and CB. RGB value is (71,172,203). Sum of RGB (Red+Green+Blue) = 71+172+203=446 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.92% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #47ACCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47ACCB is #B85334. Grayscale: #919191. Windows color (decimal): -12079925 or 13347911. OLE color: 13347911.

HSL color Cylindrical-coordinate representation of color #47ACCB: hue angle of 194.09º degrees, saturation: 0.56, 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 #47ACCB is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 172 203 -
CMYK 0.65 0.15 0 0.20
HSL 194.09º 0.56% 0.54% -
HSV(B) 194.09º 0.65% 0.8% -
XYZ 28.13 35.16 61.8 -
YUV 145.34 160.54 74.98 -
System Red Green Blue C M Y K H S L
Decimal 71 172 203 0.65 0.15 0 0.20 194.09 0.56 0.54
Hex 47 AC CB 41 F 0 14 C2 38 36
Octal 107 254 313 101 17 0 24 302 70 66
Binary 1000111 10101100 11001011 1000001 1111 0 10100 11000010 111000 110110

Color Harmonies of #47ACCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47ACCB

Black with #47ACCB

Text Example


Text Example

White with #47ACCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,172,203); }

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

background-color css

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

 a { background-color: rgb(71,172,203); }

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

border-color css

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

 span { border-color: rgb(71,172,203); }

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