#48A2C2

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

Shades of Viking #48A2C2

Tints of Viking #48A2C2

Color information

#48A2C2 (or 0x48A2C2) is unknown color: approx Viking. HEX triplet: 48, A2 and C2. RGB value is (72,162,194). Sum of RGB (Red+Green+Blue) = 72+162+194=428 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.82% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 194 (76.17% from 255 or 45.33% from 428); Max value from RGB is 194 - color contains mainly: blue. Hex color #48A2C2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A2C2 is #B75D3D. Grayscale: #8A8A8A. Windows color (decimal): -12016958 or 12755528. OLE color: 12755528.

HSL color Cylindrical-coordinate representation of color #48A2C2: hue angle of 195.74º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48A2C2 is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB72162194-
CMYK0.630.1600.24
HSL195.74º50%52.16%-
HSV(B)195.74º62.89%76.08%-
XYZ25.3331.1155.71-
YUV138.74159.1880.4-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.82%
GREEN value IS 162 (63.67% from 255) = 37.85%
BLUE value IS 194 (76.17% from 255) = 45.33%
R=16.82%
G=37.85%
B=45.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal721621940.630.1600.24195.745052.16
Hex48A2C23F10018c43234
Octal11024230277200303046264
Binary100100010100010110000101111111000001100011000100110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A2C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,162,194); }

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

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

 a { background-color: rgb(72,162,194); }

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

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

 span { border-color: rgb(72,162,194); }

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