#48AEB4

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

Shades of Viking #48AEB4

Tints of Viking #48AEB4

Color information

#48AEB4 (or 0x48AEB4) is unknown color: approx Viking. HEX triplet: 48, AE and B4. RGB value is (72,174,180). Sum of RGB (Red+Green+Blue) = 72+174+180=426 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.90% from 426); Green value is 174 (68.36% from 255 or 40.85% from 426); Blue value is 180 (70.70% from 255 or 42.25% from 426); Max value from RGB is 180 - color contains mainly: blue. Hex color #48AEB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48AEB4 is #B7514B. Grayscale: #909090. Windows color (decimal): -12013900 or 11841096. OLE color: 11841096.

HSL color Cylindrical-coordinate representation of color #48AEB4: hue angle of 183.33º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48AEB4 is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB72174180-
CMYK0.600.0300.29
HSL183.33º42.86%49.41%-
HSV(B)183.33º60%70.59%-
XYZ26.0534.9548.55-
YUV144.19148.2176.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.90%
GREEN value IS 174 (68.36% from 255) = 40.85%
BLUE value IS 180 (70.70% from 255) = 42.25%
R=16.90%
G=40.85%
B=42.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal721741800.600.0300.29183.3342.8649.41
Hex48AEB43C301Db72b31
Octal1102562647430352675361
Binary100100010101110101101001111001101110110110111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,174,180); }

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

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

 a { background-color: rgb(72,174,180); }

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

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

 span { border-color: rgb(72,174,180); }

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