#48A6CD

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

Shades of Viking #48A6CD

Tints of Viking #48A6CD

Color information

#48A6CD (or 0x48A6CD) is unknown color: approx Viking. HEX triplet: 48, A6 and CD. RGB value is (72,166,205). Sum of RGB (Red+Green+Blue) = 72+166+205=443 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.25% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #48A6CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A6CD is #B75932. Grayscale: #8E8E8E. Windows color (decimal): -12015923 or 13477448. OLE color: 13477448.

HSL color Cylindrical-coordinate representation of color #48A6CD: hue angle of 197.59º degrees, saturation: 0.57, 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 #48A6CD is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB72166205-
CMYK0.650.1900.20
HSL197.59º57.08%54.31%-
HSV(B)197.59º64.88%80.39%-
XYZ27.3333.0662.7-
YUV142.34163.3677.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.25%
GREEN value IS 166 (65.23% from 255) = 37.47%
BLUE value IS 205 (80.47% from 255) = 46.28%
R=16.25%
G=37.47%
B=46.28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal721662050.650.1900.20197.5957.0854.31
Hex48A6CD4113014c63936
Octal110246315101230243067166
Binary1001000101001101100110110000011001101010011000110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,166,205); }

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

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

 a { background-color: rgb(72,166,205); }

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

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

 span { border-color: rgb(72,166,205); }

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