#48ABCC

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

Shades of Viking #48ABCC

Tints of Viking #48ABCC

Color information

#48ABCC (or 0x48ABCC) is unknown color: approx Viking. HEX triplet: 48, AB and CC. RGB value is (72,171,204). Sum of RGB (Red+Green+Blue) = 72+171+204=447 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.11% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #48ABCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48ABCC is #B75433. Grayscale: #909090. Windows color (decimal): -12014644 or 13413192. OLE color: 13413192.

HSL color Cylindrical-coordinate representation of color #48ABCC: hue angle of 195º 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 #48ABCC is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB72171204-
CMYK0.650.1600.2
HSL195º56.41%54.12%-
HSV(B)195º64.71%80%-
XYZ28.1334.8662.37-
YUV145.16161.275.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.11%
GREEN value IS 171 (67.19% from 255) = 38.26%
BLUE value IS 204 (80.08% from 255) = 45.64%
R=16.11%
G=38.26%
B=45.64%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal721712040.650.1600.219556.4154.12
Hex48ABCC4110014c33836
Octal110253314101200243037066
Binary1001000101010111100110010000011000001010011000011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48ABCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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