#48B2C5

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

Shades of Viking #48B2C5

Tints of Viking #48B2C5

Color information

#48B2C5 (or 0x48B2C5) is unknown color: approx Viking. HEX triplet: 48, B2 and C5. RGB value is (72,178,197). Sum of RGB (Red+Green+Blue) = 72+178+197=447 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.11% from 447); Green value is 178 (69.92% from 255 or 39.82% from 447); Blue value is 197 (77.34% from 255 or 44.07% from 447); Max value from RGB is 197 - color contains mainly: blue. Hex color #48B2C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48B2C5 is #B74D3A. Grayscale: #949494. Windows color (decimal): -12012859 or 12956232. OLE color: 12956232.

HSL color Cylindrical-coordinate representation of color #48B2C5: hue angle of 189.12º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48B2C5 is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB72178197-
CMYK0.630.1000.23
HSL189.12º51.87%52.75%-
HSV(B)189.12º63.45%77.25%-
XYZ28.6737.2558.5-
YUV148.47155.3873.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.11%
GREEN value IS 178 (69.92% from 255) = 39.82%
BLUE value IS 197 (77.34% from 255) = 44.07%
R=16.11%
G=39.82%
B=44.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal721781970.630.1000.23189.1251.8752.75
Hex48B2C53FA017bd3435
Octal11026230577120272756465
Binary10010001011001011000101111111101001011110111101110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B2C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,178,197); }

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

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

 a { background-color: rgb(72,178,197); }

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

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

 span { border-color: rgb(72,178,197); }

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