#48A7BA

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

Shades of Viking #48A7BA

Tints of Viking #48A7BA

Color information

#48A7BA (or 0x48A7BA) is unknown color: approx Viking. HEX triplet: 48, A7 and BA. RGB value is (72,167,186). Sum of RGB (Red+Green+Blue) = 72+167+186=425 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.94% from 425); Green value is 167 (65.62% from 255 or 39.29% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #48A7BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A7BA is #B75845. Grayscale: #8C8C8C. Windows color (decimal): -12015686 or 12232520. OLE color: 12232520.

HSL color Cylindrical-coordinate representation of color #48A7BA: hue angle of 190º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48A7BA is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB72167186-
CMYK0.610.1000.27
HSL190º45.24%50.59%-
HSV(B)190º61.29%72.94%-
XYZ25.3532.5651.4-
YUV140.76153.5378.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.94%
GREEN value IS 167 (65.62% from 255) = 39.29%
BLUE value IS 186 (73.05% from 255) = 43.76%
R=16.94%
G=39.29%
B=43.76%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal721671860.610.1000.2719045.2450.59
Hex48A7BA3DA01Bbe2d33
Octal11024727275120332765563
Binary10010001010011110111010111101101001101110111110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,167,186); }

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

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

 a { background-color: rgb(72,167,186); }

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

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

 span { border-color: rgb(72,167,186); }

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