#48a7af

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

Shades of Viking #48A7AF

Tints of Viking #48A7AF

Color information

#48A7AF (or 0x48A7AF) is unknown color: approx Viking. HEX triplet: 48, A7 and AF. RGB value is (72,167,175). Sum of RGB (Red+Green+Blue) = 72+167+175=414 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.39% from 414); Green value is 167 (65.62% from 255 or 40.34% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 175 - color contains mainly: blue. Hex color #48A7AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A7AF is #B75850. Grayscale: #8B8B8B. Windows color (decimal): -12015697 or 11511624. OLE color: 11511624.

HSL color Cylindrical-coordinate representation of color #48A7AF: hue angle of 184.66º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48A7AF is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB72167175-
CMYK0.590.0500.31
HSL184.66º41.7%48.43%-
HSV(B)184.66º58.86%68.63%-
XYZ24.2332.1145.48-
YUV139.51148.0379.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.39%
GREEN value IS 167 (65.62% from 255) = 40.34%
BLUE value IS 175 (68.75% from 255) = 42.27%
R=17.39%
G=40.34%
B=42.27%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal721671750.590.0500.31184.6641.748.43
Hex48A7AF3B501Fb92a30
Octal1102472577350372715260
Binary1001000101001111010111111101110101111110111001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48a7af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,167,175); }

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

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

 a { background-color: rgb(72,167,175); }

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

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

 span { border-color: rgb(72,167,175); }

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