#48B3BF

Color #48B3BF Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #48B3BF

Tints of Viking #48B3BF

Color information

#48B3BF (or 0x48B3BF) is unknown color: approx Viking. HEX triplet: 48, B3 and BF. RGB value is (72,179,191). Sum of RGB (Red+Green+Blue) = 72+179+191=442 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.29% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 191 - color contains mainly: blue. Hex color #48B3BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48B3BF is #B74C40. Grayscale: #949494. Windows color (decimal): -12012609 or 12563272. OLE color: 12563272.

HSL color Cylindrical-coordinate representation of color #48B3BF: hue angle of 186.05º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48B3BF is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB72179191-
CMYK0.620.0600.25
HSL186.05º48.18%51.57%-
HSV(B)186.05º62.3%74.9%-
XYZ28.237.3855.02-
YUV148.38152.0573.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.29%
GREEN value IS 179 (70.31% from 255) = 40.50%
BLUE value IS 191 (75% from 255) = 43.21%
R=16.29%
G=40.50%
B=43.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721791910.620.0600.25186.0548.1851.57
Hex48B3BF3E6019ba3034
Octal1102632777660312726064
Binary1001000101100111011111111111011001100110111010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48B3BF; }

 p { color: rgb(72,179,191); }

 H1.HeaderClassName
 {
   color: #48B3BF;
 }
 .AnyTagClassName
 {
   color: #48B3BF;
 }
</style>
background-color css

<style>
 a { background-color: #48B3BF; }

 a { background-color: rgb(72,179,191); }

 div.DivClassName
 {
   background-color: #48B3BF;
 }
 .BgClassName
 {
   background-color: #48B3BF;
 }
</style>
border-color css

<style>
 span { border-color: #48B3BF; }

 span { border-color: rgb(72,179,191); }

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