#48A3CF

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

Shades of Viking #48A3CF

Tints of Viking #48A3CF

Color information

#48A3CF (or 0x48A3CF) is unknown color: approx Viking. HEX triplet: 48, A3 and CF. RGB value is (72,163,207). Sum of RGB (Red+Green+Blue) = 72+163+207=442 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.29% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #48A3CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A3CF is #B75C30. Grayscale: #8C8C8C. Windows color (decimal): -12016689 or 13607752. OLE color: 13607752.

HSL color Cylindrical-coordinate representation of color #48A3CF: hue angle of 199.56º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48A3CF is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB72163207-
CMYK0.650.2100.19
HSL199.56º58.44%54.71%-
HSV(B)199.56º65.22%81.18%-
XYZ27.0332.0863.8-
YUV140.81165.3578.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.29%
GREEN value IS 163 (64.06% from 255) = 36.88%
BLUE value IS 207 (81.25% from 255) = 46.83%
R=16.29%
G=36.88%
B=46.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal721632070.650.2100.19199.5658.4454.71
Hex48A3CF4115013c83a37
Octal110243317101250233107267
Binary1001000101000111100111110000011010101001111001000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,163,207); }

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

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

 a { background-color: rgb(72,163,207); }

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

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

 span { border-color: rgb(72,163,207); }

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