Html Css Color HEX #48AECB Viking

📋 copy color: '#48AECB'

red 72 ◦ green 174 ◦ blue 203

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

Shades of Viking #48AECB

Tints of Viking #48AECB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.75%

 BLUE value IS 203 (79.69% from 255) = 45.21%

R = 16.04%
G = 38.75%
B = 45.21%

CMYK

 C value IS 0.65

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#48AECB (or 0x48AECB) is known color: Viking. HEX triplet: 48, AE and CB. RGB value is (72,174,203). Sum of RGB (Red+Green+Blue) = 72+174+203=449 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.04% from 449); Green value is 174 (68.36% from 255 or 38.75% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #48AECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48AECB is #B75134. Grayscale: #929292. Windows color (decimal): -12013877 or 13348424. OLE color: 13348424.

HSL color Cylindrical-coordinate representation of color #48AECB: hue angle of 193.28º degrees, saturation: 0.56, 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 #48AECB is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 174 203 -
CMYK 0.65 0.14 0 0.20
HSL 193.28º 0.56% 0.54% -
HSV(B) 193.28º 0.65% 0.8% -
XYZ 28.59 35.96 61.93 -
YUV 146.81 159.71 74.64 -
System Red Green Blue C M Y K H S L
Decimal 72 174 203 0.65 0.14 0 0.20 193.28 0.56 0.54
Hex 48 AE CB 41 E 0 14 C1 38 36
Octal 110 256 313 101 16 0 24 301 70 66
Binary 1001000 10101110 11001011 1000001 1110 0 10100 11000001 111000 110110

Color Harmonies of #48AECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AECB

Black with #48AECB

Text Example


Text Example

White with #48AECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,174,203); }

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

background-color css

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

 a { background-color: rgb(72,174,203); }

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

border-color css

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

 span { border-color: rgb(72,174,203); }

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