Html Css Color HEX #48AABC Viking

📋 copy color: '#48AABC'

red 72 ◦ green 170 ◦ blue 188

#48AABC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #48AABC

Tints of Viking #48AABC

RGB

 RED value IS 72 (28.52% from 255) = 16.74%

 GREEN value IS 170 (66.8% from 255) = 39.53%

 BLUE value IS 188 (73.83% from 255) = 43.72%

R = 16.74%
G = 39.53%
B = 43.72%

CMYK

 C value IS 0.62

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#48AABC (or 0x48AABC) is known color: Viking. HEX triplet: 48, AA and BC. RGB value is (72,170,188). Sum of RGB (Red+Green+Blue) = 72+170+188=430 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.74% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #48AABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48AABC is #B75543. Grayscale: #8E8E8E. Windows color (decimal): -12014916 or 12364360. OLE color: 12364360.

HSL color Cylindrical-coordinate representation of color #48AABC: hue angle of 189.31º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48AABC is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 170 188 -
CMYK 0.62 0.10 0 0.26
HSL 189.31º 0.46% 0.51% -
HSV(B) 189.31º 0.62% 0.74% -
XYZ 26.12 33.76 52.72 -
YUV 142.75 153.53 77.54 -
System Red Green Blue C M Y K H S L
Decimal 72 170 188 0.62 0.10 0 0.26 189.31 0.46 0.51
Hex 48 AA BC 3E A 0 1A BD 2E 33
Octal 110 252 274 76 12 0 32 275 56 63
Binary 1001000 10101010 10111100 111110 1010 0 11010 10111101 101110 110011

Color Harmonies of #48AABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AABC

Black with #48AABC

Text Example


Text Example

White with #48AABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,170,188); }

 H1.HeaderClassName
 {
   color: #48AABC;
 }
 .AnyTagClassName
 {
   color: #48AABC;
 }
</style>

background-color css

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

 a { background-color: rgb(72,170,188); }

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

border-color css

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

 span { border-color: rgb(72,170,188); }

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