Html Css Color HEX #48AACC Viking

📋 copy color: '#48AACC'

red 72 ◦ green 170 ◦ blue 204

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

Shades of Viking #48AACC

Tints of Viking #48AACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.74%

R = 16.14%
G = 38.12%
B = 45.74%

CMYK

 C value IS 0.65

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#48AACC (or 0x48AACC) is known color: Viking. HEX triplet: 48, AA and CC. RGB value is (72,170,204). Sum of RGB (Red+Green+Blue) = 72+170+204=446 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.14% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #48AACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48AACC is #B75533. Grayscale: #909090. Windows color (decimal): -12014900 or 13412936. OLE color: 13412936.

HSL color Cylindrical-coordinate representation of color #48AACC: hue angle of 195.45º 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 #48AACC is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 72 170 204 -
CMYK 0.65 0.17 0 0.2
HSL 195.45º 0.56% 0.54% -
HSV(B) 195.45º 0.65% 0.8% -
XYZ 27.95 34.49 62.31 -
YUV 144.57 161.53 76.24 -
System Red Green Blue C M Y K H S L
Decimal 72 170 204 0.65 0.17 0 0.2 195.45 0.56 0.54
Hex 48 AA CC 41 11 0 14 C3 38 36
Octal 110 252 314 101 21 0 24 303 70 66
Binary 1001000 10101010 11001100 1000001 10001 0 10100 11000011 111000 110110

Color Harmonies of #48AACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AACC

Black with #48AACC

Text Example


Text Example

White with #48AACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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