#48B9C1

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

Shades of Viking #48B9C1

Tints of Viking #48B9C1

Color information

#48B9C1 (or 0x48B9C1) is unknown color: approx Viking. HEX triplet: 48, B9 and C1. RGB value is (72,185,193). Sum of RGB (Red+Green+Blue) = 72+185+193=450 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16% from 450); Green value is 185 (72.66% from 255 or 41.11% from 450); Blue value is 193 (75.78% from 255 or 42.89% from 450); Max value from RGB is 193 - color contains mainly: blue. Hex color #48B9C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48B9C1 is #B7463E. Grayscale: #979797. Windows color (decimal): -12011071 or 12695880. OLE color: 12695880.

HSL color Cylindrical-coordinate representation of color #48B9C1: hue angle of 183.97º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48B9C1 is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB72185193-
CMYK0.630.0400.24
HSL183.97º49.39%51.96%-
HSV(B)183.97º62.69%75.69%-
XYZ29.6539.9356.6-
YUV152.12151.0670.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16%
GREEN value IS 185 (72.66% from 255) = 41.11%
BLUE value IS 193 (75.78% from 255) = 42.89%
R=16%
G=41.11%
B=42.89%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal721851930.630.0400.24183.9749.3951.96
Hex48B9C13F4018b83134
Octal1102713017740302706164
Binary1001000101110011100000111111110001100010111000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,185,193); }

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

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

 a { background-color: rgb(72,185,193); }

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

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

 span { border-color: rgb(72,185,193); }

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