#48a9c4

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

Shades of Viking #48A9C4

Tints of Viking #48A9C4

Color information

#48A9C4 (or 0x48A9C4) is unknown color: approx Viking. HEX triplet: 48, A9 and C4. RGB value is (72,169,196). Sum of RGB (Red+Green+Blue) = 72+169+196=437 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.48% from 437); Green value is 169 (66.41% from 255 or 38.67% from 437); Blue value is 196 (76.95% from 255 or 44.85% from 437); Max value from RGB is 196 - color contains mainly: blue. Hex color #48A9C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A9C4 is #B7563B. Grayscale: #8E8E8E. Windows color (decimal): -12015164 or 12888392. OLE color: 12888392.

HSL color Cylindrical-coordinate representation of color #48A9C4: hue angle of 193.06º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48A9C4 is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB72169196-
CMYK0.630.1400.23
HSL193.06º51.24%52.55%-
HSV(B)193.06º63.27%76.86%-
XYZ26.8233.7457.32-
YUV143.07157.8677.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.48%
GREEN value IS 169 (66.41% from 255) = 38.67%
BLUE value IS 196 (76.95% from 255) = 44.85%
R=16.48%
G=38.67%
B=44.85%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal721691960.630.1400.23193.0651.2452.55
Hex48A9C43FE017c13335
Octal11025130477160273016365
Binary10010001010100111000100111111111001011111000001110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48a9c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,169,196); }

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

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

 a { background-color: rgb(72,169,196); }

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

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

 span { border-color: rgb(72,169,196); }

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