#48AFBF

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

Shades of Viking #48AFBF

Tints of Viking #48AFBF

Color information

#48AFBF (or 0x48AFBF) is unknown color: approx Viking. HEX triplet: 48, AF and BF. RGB value is (72,175,191). Sum of RGB (Red+Green+Blue) = 72+175+191=438 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.44% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 191 - color contains mainly: blue. Hex color #48AFBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48AFBF is #B75040. Grayscale: #919191. Windows color (decimal): -12013633 or 12562248. OLE color: 12562248.

HSL color Cylindrical-coordinate representation of color #48AFBF: hue angle of 188.07º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48AFBF is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB72175191-
CMYK0.620.0800.25
HSL188.07º48.18%51.57%-
HSV(B)188.07º62.3%74.9%-
XYZ27.4135.854.76-
YUV146.03153.3875.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.44%
GREEN value IS 175 (68.75% from 255) = 39.95%
BLUE value IS 191 (75% from 255) = 43.61%
R=16.44%
G=39.95%
B=43.61%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721751910.620.0800.25188.0748.1851.57
Hex48AFBF3E8019bc3034
Octal11025727776100312746064
Binary10010001010111110111111111110100001100110111100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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