#48A7BD

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

Shades of Viking #48A7BD

Tints of Viking #48A7BD

Color information

#48A7BD (or 0x48A7BD) is unknown color: approx Viking. HEX triplet: 48, A7 and BD. RGB value is (72,167,189). Sum of RGB (Red+Green+Blue) = 72+167+189=428 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.82% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 189 - color contains mainly: blue. Hex color #48A7BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A7BD is #B75842. Grayscale: #8C8C8C. Windows color (decimal): -12015683 or 12429128. OLE color: 12429128.

HSL color Cylindrical-coordinate representation of color #48A7BD: hue angle of 191.28º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48A7BD is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB72167189-
CMYK0.620.1200.26
HSL191.28º46.99%51.18%-
HSV(B)191.28º61.9%74.12%-
XYZ25.6832.6953.1-
YUV141.1155.0378.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.82%
GREEN value IS 167 (65.62% from 255) = 39.02%
BLUE value IS 189 (74.22% from 255) = 44.16%
R=16.82%
G=39.02%
B=44.16%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal721671890.620.1200.26191.2846.9951.18
Hex48A7BD3EC01Abf2f33
Octal11024727576140322775763
Binary10010001010011110111101111110110001101010111111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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