#48BED5

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

Shades of Viking #48BED5

Tints of Viking #48BED5

Color information

#48BED5 (or 0x48BED5) is unknown color: approx Viking. HEX triplet: 48, BE and D5. RGB value is (72,190,213). Sum of RGB (Red+Green+Blue) = 72+190+213=475 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.16% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 213 (83.59% from 255 or 44.84% from 475); Max value from RGB is 213 - color contains mainly: blue. Hex color #48BED5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BED5 is #B7412A. Grayscale: #9D9D9D. Windows color (decimal): -12009771 or 14007880. OLE color: 14007880.

HSL color Cylindrical-coordinate representation of color #48BED5: hue angle of 189.79º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48BED5 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB72190213-
CMYK0.660.1100.16
HSL189.79º62.67%55.88%-
HSV(B)189.79º66.2%83.53%-
XYZ33.143.0169.51-
YUV157.34159.4167.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.16%
GREEN value IS 190 (74.61% from 255) = 40%
BLUE value IS 213 (83.59% from 255) = 44.84%
R=15.16%
G=40%
B=44.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal721902130.660.1100.16189.7962.6755.88
Hex48BED542B010be3f38
Octal110276325102130202767770
Binary100100010111110110101011000010101101000010111110111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,190,213); }

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

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

 a { background-color: rgb(72,190,213); }

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

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

 span { border-color: rgb(72,190,213); }

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