Html Css Color HEX #48A0C8 Viking

📋 copy color: '#48A0C8'

red 72 ◦ green 160 ◦ blue 200

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

Shades of Viking #48A0C8

Tints of Viking #48A0C8

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.04%

 BLUE value IS 200 (78.52% from 255) = 46.3%

R = 16.67%
G = 37.04%
B = 46.3%

CMYK

 C value IS 0.64

 M value IS 0.2

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#48A0C8 (or 0x48A0C8) is known color: Viking. HEX triplet: 48, A0 and C8. RGB value is (72,160,200). Sum of RGB (Red+Green+Blue) = 72+160+200=432 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.67% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 200 (78.52% from 255 or 46.30% from 432); Max value from RGB is 200 - color contains mainly: blue. Hex color #48A0C8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A0C8 is #B75F37. Grayscale: #8A8A8A. Windows color (decimal): -12017464 or 13148232. OLE color: 13148232.

HSL color Cylindrical-coordinate representation of color #48A0C8: hue angle of 198.75º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48A0C8 is Cyan = 0.64, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 72 160 200 -
CMYK 0.64 0.2 0 0.22
HSL 198.75º 0.54% 0.53% -
HSV(B) 198.75º 0.64% 0.78% -
XYZ 25.67 30.69 59.21 -
YUV 138.25 162.85 80.75 -
System Red Green Blue C M Y K H S L
Decimal 72 160 200 0.64 0.2 0 0.22 198.75 0.54 0.53
Hex 48 A0 C8 40 14 0 16 C7 36 35
Octal 110 240 310 100 24 0 26 307 66 65
Binary 1001000 10100000 11001000 1000000 10100 0 10110 11000111 110110 110101

Color Harmonies of #48A0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A0C8

Black with #48A0C8

Text Example


Text Example

White with #48A0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,160,200); }

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

background-color css

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

 a { background-color: rgb(72,160,200); }

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

border-color css

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

 span { border-color: rgb(72,160,200); }

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