#48B7CD

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

Shades of Viking #48B7CD

Tints of Viking #48B7CD

Color information

#48B7CD (or 0x48B7CD) is unknown color: approx Viking. HEX triplet: 48, B7 and CD. RGB value is (72,183,205). Sum of RGB (Red+Green+Blue) = 72+183+205=460 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.65% from 460); Green value is 183 (71.88% from 255 or 39.78% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #48B7CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48B7CD is #B74832. Grayscale: #989898. Windows color (decimal): -12011571 or 13481800. OLE color: 13481800.

HSL color Cylindrical-coordinate representation of color #48B7CD: hue angle of 189.92º degrees, saturation: 0.57, 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 #48B7CD is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB72183205-
CMYK0.650.1100.20
HSL189.92º57.08%54.31%-
HSV(B)189.92º64.88%80.39%-
XYZ30.6339.6563.8-
YUV152.32157.7370.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.65%
GREEN value IS 183 (71.88% from 255) = 39.78%
BLUE value IS 205 (80.47% from 255) = 44.57%
R=15.65%
G=39.78%
B=44.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal721832050.650.1100.20189.9257.0854.31
Hex48B7CD41B014be3936
Octal110267315101130242767166
Binary100100010110111110011011000001101101010010111110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,183,205); }

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

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

 a { background-color: rgb(72,183,205); }

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

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

 span { border-color: rgb(72,183,205); }

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