Html Css Color HEX #48A7CE Viking

📋 copy color: '#48A7CE'

red 72 ◦ green 167 ◦ blue 206

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

Shades of Viking #48A7CE

Tints of Viking #48A7CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.29%

R = 16.18%
G = 37.53%
B = 46.29%

CMYK

 C value IS 0.65

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#48A7CE (or 0x48A7CE) is known color: Viking. HEX triplet: 48, A7 and CE. RGB value is (72,167,206). Sum of RGB (Red+Green+Blue) = 72+167+206=445 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.18% from 445); Green value is 167 (65.62% from 255 or 37.53% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #48A7CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A7CE is #B75831. Grayscale: #8E8E8E. Windows color (decimal): -12015666 or 13543240. OLE color: 13543240.

HSL color Cylindrical-coordinate representation of color #48A7CE: hue angle of 197.46º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48A7CE is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 167 206 -
CMYK 0.65 0.19 0 0.19
HSL 197.46º 0.58% 0.55% -
HSV(B) 197.46º 0.65% 0.81% -
XYZ 27.63 33.47 63.4 -
YUV 143.04 163.53 77.33 -
System Red Green Blue C M Y K H S L
Decimal 72 167 206 0.65 0.19 0 0.19 197.46 0.58 0.55
Hex 48 A7 CE 41 13 0 13 C5 3A 37
Octal 110 247 316 101 23 0 23 305 72 67
Binary 1001000 10100111 11001110 1000001 10011 0 10011 11000101 111010 110111

Color Harmonies of #48A7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A7CE

Black with #48A7CE

Text Example


Text Example

White with #48A7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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