Html Css Color HEX #47BECE Viking

📋 copy color: '#47BECE'

red 71 ◦ green 190 ◦ blue 206

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

Shades of Viking #47BECE

Tints of Viking #47BECE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.69%

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

R = 15.2%
G = 40.69%
B = 44.11%

CMYK

 C value IS 0.66

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#47BECE (or 0x47BECE) is known color: Viking. HEX triplet: 47, BE and CE. RGB value is (71,190,206). Sum of RGB (Red+Green+Blue) = 71+190+206=467 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.20% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #47BECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BECE is #B84131. Grayscale: #9C9C9C. Windows color (decimal): -12075314 or 13549127. OLE color: 13549127.

HSL color Cylindrical-coordinate representation of color #47BECE: hue angle of 187.11º 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 #47BECE is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 190 206 -
CMYK 0.66 0.08 0 0.19
HSL 187.11º 0.58% 0.54% -
HSV(B) 187.11º 0.66% 0.81% -
XYZ 32.15 42.62 64.92 -
YUV 156.24 156.08 67.2 -
System Red Green Blue C M Y K H S L
Decimal 71 190 206 0.66 0.08 0 0.19 187.11 0.58 0.54
Hex 47 BE CE 42 8 0 13 BB 3A 36
Octal 107 276 316 102 10 0 23 273 72 66
Binary 1000111 10111110 11001110 1000010 1000 0 10011 10111011 111010 110110

Color Harmonies of #47BECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BECE

Black with #47BECE

Text Example


Text Example

White with #47BECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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