Html Css Color HEX #48ACB3 Viking

📋 copy color: '#48ACB3'

red 72 ◦ green 172 ◦ blue 179

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

Shades of Viking #48ACB3

Tints of Viking #48ACB3

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.66%

 BLUE value IS 179 (70.31% from 255) = 42.32%

R = 17.02%
G = 40.66%
B = 42.32%

CMYK

 C value IS 0.60

 M value IS 0.04

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#48ACB3 (or 0x48ACB3) is known color: Viking. HEX triplet: 48, AC and B3. RGB value is (72,172,179). Sum of RGB (Red+Green+Blue) = 72+172+179=423 (56% of max value = 765). Red value is 72 (28.52% from 255 or 17.02% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 179 (70.31% from 255 or 42.32% from 423); Max value from RGB is 179 - color contains mainly: blue. Hex color #48ACB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48ACB3 is #B7534C. Grayscale: #8E8E8E. Windows color (decimal): -12014413 or 11775048. OLE color: 11775048.

HSL color Cylindrical-coordinate representation of color #48ACB3: hue angle of 183.93º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48ACB3 is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 72 172 179 -
CMYK 0.60 0.04 0 0.30
HSL 183.93º 0.43% 0.49% -
HSV(B) 183.93º 0.6% 0.7% -
XYZ 25.56 34.14 47.89 -
YUV 142.9 148.37 77.43 -
System Red Green Blue C M Y K H S L
Decimal 72 172 179 0.60 0.04 0 0.30 183.93 0.43 0.49
Hex 48 AC B3 3C 4 0 1E B8 2B 31
Octal 110 254 263 74 4 0 36 270 53 61
Binary 1001000 10101100 10110011 111100 100 0 11110 10111000 101011 110001

Color Harmonies of #48ACB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48ACB3

Black with #48ACB3

Text Example


Text Example

White with #48ACB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,172,179); }

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

background-color css

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

 a { background-color: rgb(72,172,179); }

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

border-color css

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

 span { border-color: rgb(72,172,179); }

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