Html Css Color HEX #48AECE Viking

📋 copy color: '#48AECE'

red 72 ◦ green 174 ◦ blue 206

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

Shades of Viking #48AECE

Tints of Viking #48AECE

RGB

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

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

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

R = 15.93%
G = 38.5%
B = 45.58%

CMYK

 C value IS 0.65

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#48AECE (or 0x48AECE) is known color: Viking. HEX triplet: 48, AE and CE. RGB value is (72,174,206). Sum of RGB (Red+Green+Blue) = 72+174+206=452 (59% of max value = 765). Red value is 72 (28.52% from 255 or 15.93% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #48AECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48AECE is #B75131. Grayscale: #929292. Windows color (decimal): -12013874 or 13545032. OLE color: 13545032.

HSL color Cylindrical-coordinate representation of color #48AECE: hue angle of 194.33º 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 #48AECE is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 174 206 -
CMYK 0.65 0.16 0 0.19
HSL 194.33º 0.58% 0.55% -
HSV(B) 194.33º 0.65% 0.81% -
XYZ 28.95 36.11 63.84 -
YUV 147.15 161.21 74.4 -
System Red Green Blue C M Y K H S L
Decimal 72 174 206 0.65 0.16 0 0.19 194.33 0.58 0.55
Hex 48 AE CE 41 10 0 13 C2 3A 37
Octal 110 256 316 101 20 0 23 302 72 67
Binary 1001000 10101110 11001110 1000001 10000 0 10011 11000010 111010 110111

Color Harmonies of #48AECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AECE

Black with #48AECE

Text Example


Text Example

White with #48AECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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