#48B4BF

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

Shades of Viking #48B4BF

Tints of Viking #48B4BF

Color information

#48B4BF (or 0x48B4BF) is unknown color: approx Viking. HEX triplet: 48, B4 and BF. RGB value is (72,180,191). Sum of RGB (Red+Green+Blue) = 72+180+191=443 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.25% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 191 - color contains mainly: blue. Hex color #48B4BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48B4BF is #B74B40. Grayscale: #949494. Windows color (decimal): -12012353 or 12563528. OLE color: 12563528.

HSL color Cylindrical-coordinate representation of color #48B4BF: hue angle of 185.55º 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 #48B4BF is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB72180191-
CMYK0.620.0600.25
HSL185.55º48.18%51.57%-
HSV(B)185.55º62.3%74.9%-
XYZ28.437.7855.09-
YUV148.96151.7273.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.25%
GREEN value IS 180 (70.70% from 255) = 40.63%
BLUE value IS 191 (75% from 255) = 43.12%
R=16.25%
G=40.63%
B=43.12%

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
Decimal721801910.620.0600.25185.5548.1851.57
Hex48B4BF3E6019ba3034
Octal1102642777660312726064
Binary1001000101101001011111111111011001100110111010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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