Html Css Color HEX #48ABCD Viking

📋 copy color: '#48ABCD'

red 72 ◦ green 171 ◦ blue 205

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

Shades of Viking #48ABCD

Tints of Viking #48ABCD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.17%

 BLUE value IS 205 (80.47% from 255) = 45.76%

R = 16.07%
G = 38.17%
B = 45.76%

CMYK

 C value IS 0.65

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#48ABCD (or 0x48ABCD) is known color: Viking. HEX triplet: 48, AB and CD. RGB value is (72,171,205). Sum of RGB (Red+Green+Blue) = 72+171+205=448 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.07% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #48ABCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48ABCD is #B75432. Grayscale: #919191. Windows color (decimal): -12014643 or 13478728. OLE color: 13478728.

HSL color Cylindrical-coordinate representation of color #48ABCD: hue angle of 195.34º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48ABCD is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 171 205 -
CMYK 0.65 0.17 0 0.20
HSL 195.34º 0.57% 0.54% -
HSV(B) 195.34º 0.65% 0.8% -
XYZ 28.25 34.91 63.01 -
YUV 145.28 161.7 75.74 -
System Red Green Blue C M Y K H S L
Decimal 72 171 205 0.65 0.17 0 0.20 195.34 0.57 0.54
Hex 48 AB CD 41 11 0 14 C3 39 36
Octal 110 253 315 101 21 0 24 303 71 66
Binary 1001000 10101011 11001101 1000001 10001 0 10100 11000011 111001 110110

Color Harmonies of #48ABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48ABCD

Black with #48ABCD

Text Example


Text Example

White with #48ABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,171,205); }

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

background-color css

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

 a { background-color: rgb(72,171,205); }

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

border-color css

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

 span { border-color: rgb(72,171,205); }

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