#48A4B8

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

Shades of Viking #48A4B8

Tints of Viking #48A4B8

Color information

#48A4B8 (or 0x48A4B8) is unknown color: approx Viking. HEX triplet: 48, A4 and B8. RGB value is (72,164,184). Sum of RGB (Red+Green+Blue) = 72+164+184=420 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.14% from 420); Green value is 164 (64.45% from 255 or 39.05% from 420); Blue value is 184 (72.27% from 255 or 43.81% from 420); Max value from RGB is 184 - color contains mainly: blue. Hex color #48A4B8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A4B8 is #B75B47. Grayscale: #8A8A8A. Windows color (decimal): -12016456 or 12100680. OLE color: 12100680.

HSL color Cylindrical-coordinate representation of color #48A4B8: hue angle of 190.71º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48A4B8 is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB72164184-
CMYK0.610.1100.28
HSL190.71º44.09%50.2%-
HSV(B)190.71º60.87%72.16%-
XYZ24.631.3950.11-
YUV138.77153.5280.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.14%
GREEN value IS 164 (64.45% from 255) = 39.05%
BLUE value IS 184 (72.27% from 255) = 43.81%
R=17.14%
G=39.05%
B=43.81%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal721641840.610.1100.28190.7144.0950.2
Hex48A4B83DB01Cbf2c32
Octal11024427075130342775462
Binary10010001010010010111000111101101101110010111111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A4B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,164,184); }

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

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

 a { background-color: rgb(72,164,184); }

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

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

 span { border-color: rgb(72,164,184); }

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