Html Css Color HEX #48A7BA Viking

📋 copy color: '#48A7BA'

red 72 ◦ green 167 ◦ blue 186

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

Shades of Viking #48A7BA

Tints of Viking #48A7BA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.29%

 BLUE value IS 186 (73.05% from 255) = 43.76%

R = 16.94%
G = 39.29%
B = 43.76%

CMYK

 C value IS 0.61

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#48A7BA (or 0x48A7BA) is known color: Viking. HEX triplet: 48, A7 and BA. RGB value is (72,167,186). Sum of RGB (Red+Green+Blue) = 72+167+186=425 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.94% from 425); Green value is 167 (65.62% from 255 or 39.29% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #48A7BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A7BA is #B75845. Grayscale: #8C8C8C. Windows color (decimal): -12015686 or 12232520. OLE color: 12232520.

HSL color Cylindrical-coordinate representation of color #48A7BA: hue angle of 190º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48A7BA is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 167 186 -
CMYK 0.61 0.10 0 0.27
HSL 190º 0.45% 0.51% -
HSV(B) 190º 0.61% 0.73% -
XYZ 25.35 32.56 51.4 -
YUV 140.76 153.53 78.96 -
System Red Green Blue C M Y K H S L
Decimal 72 167 186 0.61 0.10 0 0.27 190 0.45 0.51
Hex 48 A7 BA 3D A 0 1B BE 2D 33
Octal 110 247 272 75 12 0 33 276 55 63
Binary 1001000 10100111 10111010 111101 1010 0 11011 10111110 101101 110011

Color Harmonies of #48A7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A7BA

Black with #48A7BA

Text Example


Text Example

White with #48A7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,167,186); }

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

background-color css

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

 a { background-color: rgb(72,167,186); }

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

border-color css

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

 span { border-color: rgb(72,167,186); }

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