#48AECA

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

Shades of Viking #48AECA

Tints of Viking #48AECA

Color information

#48AECA (or 0x48AECA) is unknown color: approx Viking. HEX triplet: 48, AE and CA. RGB value is (72,174,202). Sum of RGB (Red+Green+Blue) = 72+174+202=448 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.07% from 448); Green value is 174 (68.36% from 255 or 38.84% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #48AECA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48AECA is #B75135. Grayscale: #929292. Windows color (decimal): -12013878 or 13282888. OLE color: 13282888.

HSL color Cylindrical-coordinate representation of color #48AECA: hue angle of 192.92º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48AECA is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB72174202-
CMYK0.640.1400.21
HSL192.92º55.08%53.73%-
HSV(B)192.92º64.36%79.22%-
XYZ28.4735.9161.31-
YUV146.69159.2174.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.07%
GREEN value IS 174 (68.36% from 255) = 38.84%
BLUE value IS 202 (79.30% from 255) = 45.09%
R=16.07%
G=38.84%
B=45.09%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal721742020.640.1400.21192.9255.0853.73
Hex48AECA40E015c13736
Octal110256312100160253016766
Binary100100010101110110010101000000111001010111000001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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