Html Css Color HEX #48ADBE Viking

📋 copy color: '#48ADBE'

red 72 ◦ green 173 ◦ blue 190

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

Shades of Viking #48ADBE

Tints of Viking #48ADBE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.77%

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

R = 16.55%
G = 39.77%
B = 43.68%

CMYK

 C value IS 0.62

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#48ADBE (or 0x48ADBE) is known color: Viking. HEX triplet: 48, AD and BE. RGB value is (72,173,190). Sum of RGB (Red+Green+Blue) = 72+173+190=435 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.55% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #48ADBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48ADBE is #B75241. Grayscale: #909090. Windows color (decimal): -12014146 or 12496200. OLE color: 12496200.

HSL color Cylindrical-coordinate representation of color #48ADBE: hue angle of 188.64º 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 #48ADBE is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 173 190 -
CMYK 0.62 0.09 0 0.25
HSL 188.64º 0.48% 0.51% -
HSV(B) 188.64º 0.62% 0.75% -
XYZ 26.91 34.98 54.05 -
YUV 144.74 153.54 76.12 -
System Red Green Blue C M Y K H S L
Decimal 72 173 190 0.62 0.09 0 0.25 188.64 0.48 0.51
Hex 48 AD BE 3E 9 0 19 BD 30 33
Octal 110 255 276 76 11 0 31 275 60 63
Binary 1001000 10101101 10111110 111110 1001 0 11001 10111101 110000 110011

Color Harmonies of #48ADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48ADBE

Black with #48ADBE

Text Example


Text Example

White with #48ADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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