Html Css Color HEX #48AED2 Viking

📋 copy color: '#48AED2'

red 72 ◦ green 174 ◦ blue 210

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

Shades of Viking #48AED2

Tints of Viking #48AED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 46.05%

R = 15.79%
G = 38.16%
B = 46.05%

CMYK

 C value IS 0.66

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#48AED2 (or 0x48AED2) is known color: Viking. HEX triplet: 48, AE and D2. RGB value is (72,174,210). Sum of RGB (Red+Green+Blue) = 72+174+210=456 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.79% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 210 (82.42% from 255 or 46.05% from 456); Max value from RGB is 210 - color contains mainly: blue. Hex color #48AED2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48AED2 is #B7512D. Grayscale: #939393. Windows color (decimal): -12013870 or 13807176. OLE color: 13807176.

HSL color Cylindrical-coordinate representation of color #48AED2: hue angle of 195.65º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48AED2 is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 72 174 210 -
CMYK 0.66 0.17 0 0.18
HSL 195.65º 0.61% 0.55% -
HSV(B) 195.65º 0.66% 0.82% -
XYZ 29.44 36.3 66.43 -
YUV 147.61 163.21 74.07 -
System Red Green Blue C M Y K H S L
Decimal 72 174 210 0.66 0.17 0 0.18 195.65 0.61 0.55
Hex 48 AE D2 42 11 0 12 C4 3D 37
Octal 110 256 322 102 21 0 22 304 75 67
Binary 1001000 10101110 11010010 1000010 10001 0 10010 11000100 111101 110111

Color Harmonies of #48AED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AED2

Black with #48AED2

Text Example


Text Example

White with #48AED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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