Html Css Color HEX #47ACBD Viking

📋 copy color: '#47ACBD'

red 71 ◦ green 172 ◦ blue 189

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

Shades of Viking #47ACBD

Tints of Viking #47ACBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.75%

R = 16.44%
G = 39.81%
B = 43.75%

CMYK

 C value IS 0.62

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#47ACBD (or 0x47ACBD) is known color: Viking. HEX triplet: 47, AC and BD. RGB value is (71,172,189). Sum of RGB (Red+Green+Blue) = 71+172+189=432 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.44% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #47ACBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47ACBD is #B85342. Grayscale: #8F8F8F. Windows color (decimal): -12079939 or 12430407. OLE color: 12430407.

HSL color Cylindrical-coordinate representation of color #47ACBD: hue angle of 188.64º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47ACBD is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 71 172 189 -
CMYK 0.62 0.09 0 0.26
HSL 188.64º 0.47% 0.51% -
HSV(B) 188.64º 0.62% 0.74% -
XYZ 26.54 34.52 53.41 -
YUV 143.74 153.54 76.12 -
System Red Green Blue C M Y K H S L
Decimal 71 172 189 0.62 0.09 0 0.26 188.64 0.47 0.51
Hex 47 AC BD 3E 9 0 1A BD 2F 33
Octal 107 254 275 76 11 0 32 275 57 63
Binary 1000111 10101100 10111101 111110 1001 0 11010 10111101 101111 110011

Color Harmonies of #47ACBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47ACBD

Black with #47ACBD

Text Example


Text Example

White with #47ACBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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