Html Css Color HEX #48A3BE Viking

📋 copy color: '#48A3BE'

red 72 ◦ green 163 ◦ blue 190

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

Shades of Viking #48A3BE

Tints of Viking #48A3BE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.35%

 BLUE value IS 190 (74.61% from 255) = 44.71%

R = 16.94%
G = 38.35%
B = 44.71%

CMYK

 C value IS 0.62

 M value IS 0.14

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#48A3BE (or 0x48A3BE) is known color: Viking. HEX triplet: 48, A3 and BE. RGB value is (72,163,190). Sum of RGB (Red+Green+Blue) = 72+163+190=425 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.94% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: blue. Hex color #48A3BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A3BE is #B75C41. Grayscale: #8A8A8A. Windows color (decimal): -12016706 or 12493640. OLE color: 12493640.

HSL color Cylindrical-coordinate representation of color #48A3BE: hue angle of 193.73º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48A3BE is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 163 190 -
CMYK 0.62 0.14 0 0.25
HSL 193.73º 0.48% 0.51% -
HSV(B) 193.73º 0.62% 0.75% -
XYZ 25.06 31.29 53.43 -
YUV 138.87 156.85 80.3 -
System Red Green Blue C M Y K H S L
Decimal 72 163 190 0.62 0.14 0 0.25 193.73 0.48 0.51
Hex 48 A3 BE 3E E 0 19 C2 30 33
Octal 110 243 276 76 16 0 31 302 60 63
Binary 1001000 10100011 10111110 111110 1110 0 11001 11000010 110000 110011

Color Harmonies of #48A3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A3BE

Black with #48A3BE

Text Example


Text Example

White with #48A3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,163,190); }

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

background-color css

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

 a { background-color: rgb(72,163,190); }

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

border-color css

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

 span { border-color: rgb(72,163,190); }

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