#48AECB

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

Shades of Viking #48AECB

Tints of Viking #48AECB

Color information

#48AECB (or 0x48AECB) is unknown color: approx Viking. HEX triplet: 48, AE and CB. RGB value is (72,174,203). Sum of RGB (Red+Green+Blue) = 72+174+203=449 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.04% from 449); Green value is 174 (68.36% from 255 or 38.75% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #48AECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48AECB is #B75134. Grayscale: #929292. Windows color (decimal): -12013877 or 13348424. OLE color: 13348424.

HSL color Cylindrical-coordinate representation of color #48AECB: hue angle of 193.28º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48AECB is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB72174203-
CMYK0.650.1400.20
HSL193.28º55.74%53.92%-
HSV(B)193.28º64.53%79.61%-
XYZ28.5935.9661.93-
YUV146.81159.7174.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.04%
GREEN value IS 174 (68.36% from 255) = 38.75%
BLUE value IS 203 (79.69% from 255) = 45.21%
R=16.04%
G=38.75%
B=45.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal721742030.650.1400.20193.2855.7453.92
Hex48AECB41E014c13836
Octal110256313101160243017066
Binary100100010101110110010111000001111001010011000001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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