#48ABCB

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

Shades of Viking #48ABCB

Tints of Viking #48ABCB

Color information

#48ABCB (or 0x48ABCB) is unknown color: approx Viking. HEX triplet: 48, AB and CB. RGB value is (72,171,203). Sum of RGB (Red+Green+Blue) = 72+171+203=446 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.14% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #48ABCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48ABCB is #B75434. Grayscale: #909090. Windows color (decimal): -12014645 or 13347656. OLE color: 13347656.

HSL color Cylindrical-coordinate representation of color #48ABCB: hue angle of 194.66º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48ABCB is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB72171203-
CMYK0.650.1600.20
HSL194.66º55.74%53.92%-
HSV(B)194.66º64.53%79.61%-
XYZ28.0134.8261.74-
YUV145.05160.775.9-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.14%
GREEN value IS 171 (67.19% from 255) = 38.34%
BLUE value IS 203 (79.69% from 255) = 45.52%
R=16.14%
G=38.34%
B=45.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal721712030.650.1600.20194.6655.7453.92
Hex48ABCB4110014c33836
Octal110253313101200243037066
Binary1001000101010111100101110000011000001010011000011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48ABCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,171,203); }

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

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

 a { background-color: rgb(72,171,203); }

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

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

 span { border-color: rgb(72,171,203); }

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