#48B3D6

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

Shades of Viking #48B3D6

Tints of Viking #48B3D6

Color information

#48B3D6 (or 0x48B3D6) is unknown color: approx Viking. HEX triplet: 48, B3 and D6. RGB value is (72,179,214). Sum of RGB (Red+Green+Blue) = 72+179+214=465 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.48% from 465); Green value is 179 (70.31% from 255 or 38.49% from 465); Blue value is 214 (83.98% from 255 or 46.02% from 465); Max value from RGB is 214 - color contains mainly: blue. Hex color #48B3D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48B3D6 is #B74C29. Grayscale: #969696. Windows color (decimal): -12012586 or 14070600. OLE color: 14070600.

HSL color Cylindrical-coordinate representation of color #48B3D6: hue angle of 194.79º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48B3D6 is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB72179214-
CMYK0.660.1600.16
HSL194.79º63.39%56.08%-
HSV(B)194.79º66.36%83.92%-
XYZ30.9338.4769.41-
YUV151163.5571.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.48%
GREEN value IS 179 (70.31% from 255) = 38.49%
BLUE value IS 214 (83.98% from 255) = 46.02%
R=15.48%
G=38.49%
B=46.02%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal721792140.660.1600.16194.7963.3956.08
Hex48B3D64210010c33f38
Octal110263326102200203037770
Binary1001000101100111101011010000101000001000011000011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B3D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,179,214); }

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

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

 a { background-color: rgb(72,179,214); }

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

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

 span { border-color: rgb(72,179,214); }

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