#48A4B4

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

Shades of Viking #48A4B4

Tints of Viking #48A4B4

Color information

#48A4B4 (or 0x48A4B4) is unknown color: approx Viking. HEX triplet: 48, A4 and B4. RGB value is (72,164,180). Sum of RGB (Red+Green+Blue) = 72+164+180=416 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.31% from 416); Green value is 164 (64.45% from 255 or 39.42% from 416); Blue value is 180 (70.70% from 255 or 43.27% from 416); Max value from RGB is 180 - color contains mainly: blue. Hex color #48A4B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A4B4 is #B75B4B. Grayscale: #8A8A8A. Windows color (decimal): -12016460 or 11838536. OLE color: 11838536.

HSL color Cylindrical-coordinate representation of color #48A4B4: hue angle of 188.89º 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 #48A4B4 is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB72164180-
CMYK0.600.0900.29
HSL188.89º42.86%49.41%-
HSV(B)188.89º60%70.59%-
XYZ24.1931.2247.93-
YUV138.32151.5280.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.31%
GREEN value IS 164 (64.45% from 255) = 39.42%
BLUE value IS 180 (70.70% from 255) = 43.27%
R=17.31%
G=39.42%
B=43.27%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal721641800.600.0900.29188.8942.8649.41
Hex48A4B43C901Dbd2b31
Octal11024426474110352755361
Binary10010001010010010110100111100100101110110111101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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