#48AACA

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

Shades of Viking #48AACA

Tints of Viking #48AACA

Color information

#48AACA (or 0x48AACA) is unknown color: approx Viking. HEX triplet: 48, AA and CA. RGB value is (72,170,202). Sum of RGB (Red+Green+Blue) = 72+170+202=444 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.22% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #48AACA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48AACA is #B75535. Grayscale: #909090. Windows color (decimal): -12014902 or 13281864. OLE color: 13281864.

HSL color Cylindrical-coordinate representation of color #48AACA: hue angle of 194.77º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48AACA is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB72170202-
CMYK0.640.1600.21
HSL194.77º55.08%53.73%-
HSV(B)194.77º64.36%79.22%-
XYZ27.7134.3961.05-
YUV144.35160.5376.4-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.22%
GREEN value IS 170 (66.80% from 255) = 38.29%
BLUE value IS 202 (79.30% from 255) = 45.50%
R=16.22%
G=38.29%
B=45.50%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal721702020.640.1600.21194.7755.0853.73
Hex48AACA4010015c33736
Octal110252312100200253036766
Binary1001000101010101100101010000001000001010111000011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,170,202); }

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

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

 a { background-color: rgb(72,170,202); }

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

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

 span { border-color: rgb(72,170,202); }

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