#48BACB

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

Shades of Viking #48BACB

Tints of Viking #48BACB

Color information

#48BACB (or 0x48BACB) is unknown color: approx Viking. HEX triplet: 48, BA and CB. RGB value is (72,186,203). Sum of RGB (Red+Green+Blue) = 72+186+203=461 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.62% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #48BACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BACB is #B74534. Grayscale: #999999. Windows color (decimal): -12010805 or 13351496. OLE color: 13351496.

HSL color Cylindrical-coordinate representation of color #48BACB: hue angle of 187.79º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48BACB is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB72186203-
CMYK0.650.0800.20
HSL187.79º55.74%53.92%-
HSV(B)187.79º64.53%79.61%-
XYZ31.0140.8162.74-
YUV153.85155.7369.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.62%
GREEN value IS 186 (73.05% from 255) = 40.35%
BLUE value IS 203 (79.69% from 255) = 44.03%
R=15.62%
G=40.35%
B=44.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal721862030.650.0800.20187.7955.7453.92
Hex48BACB418014bc3836
Octal110272313101100242747066
Binary100100010111010110010111000001100001010010111100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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