#48AEC4

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

Shades of Viking #48AEC4

Tints of Viking #48AEC4

Color information

#48AEC4 (or 0x48AEC4) is unknown color: approx Viking. HEX triplet: 48, AE and C4. RGB value is (72,174,196). Sum of RGB (Red+Green+Blue) = 72+174+196=442 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.29% from 442); Green value is 174 (68.36% from 255 or 39.37% from 442); Blue value is 196 (76.95% from 255 or 44.34% from 442); Max value from RGB is 196 - color contains mainly: blue. Hex color #48AEC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48AEC4 is #B7513B. Grayscale: #919191. Windows color (decimal): -12013884 or 12889672. OLE color: 12889672.

HSL color Cylindrical-coordinate representation of color #48AEC4: hue angle of 190.65º 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 #48AEC4 is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB72174196-
CMYK0.630.1100.23
HSL190.65º51.24%52.55%-
HSV(B)190.65º63.27%76.86%-
XYZ27.7735.6457.64-
YUV146.01156.2175.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.29%
GREEN value IS 174 (68.36% from 255) = 39.37%
BLUE value IS 196 (76.95% from 255) = 44.34%
R=16.29%
G=39.37%
B=44.34%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal721741960.630.1100.23190.6551.2452.55
Hex48AEC43FB017bf3335
Octal11025630477130272776365
Binary10010001010111011000100111111101101011110111111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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