Html Css Color HEX #47ACBB Viking

📋 copy color: '#47ACBB'

red 71 ◦ green 172 ◦ blue 187

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

Shades of Viking #47ACBB

Tints of Viking #47ACBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.49%

R = 16.51%
G = 40%
B = 43.49%

CMYK

 C value IS 0.62

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#47ACBB (or 0x47ACBB) is known color: Viking. HEX triplet: 47, AC and BB. RGB value is (71,172,187). Sum of RGB (Red+Green+Blue) = 71+172+187=430 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.51% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #47ACBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47ACBB is #B85344. Grayscale: #8F8F8F. Windows color (decimal): -12079941 or 12299335. OLE color: 12299335.

HSL color Cylindrical-coordinate representation of color #47ACBB: hue angle of 187.76º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47ACBB is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 172 187 -
CMYK 0.62 0.08 0 0.27
HSL 187.76º 0.46% 0.51% -
HSV(B) 187.76º 0.62% 0.73% -
XYZ 26.32 34.43 52.27 -
YUV 143.51 152.54 76.28 -
System Red Green Blue C M Y K H S L
Decimal 71 172 187 0.62 0.08 0 0.27 187.76 0.46 0.51
Hex 47 AC BB 3E 8 0 1B BC 2E 33
Octal 107 254 273 76 10 0 33 274 56 63
Binary 1000111 10101100 10111011 111110 1000 0 11011 10111100 101110 110011

Color Harmonies of #47ACBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47ACBB

Black with #47ACBB

Text Example


Text Example

White with #47ACBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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