Html Css Color HEX #48A2CC Viking

📋 copy color: '#48A2CC'

red 72 ◦ green 162 ◦ blue 204

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

Shades of Viking #48A2CC

Tints of Viking #48A2CC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.99%

 BLUE value IS 204 (80.08% from 255) = 46.58%

R = 16.44%
G = 36.99%
B = 46.58%

CMYK

 C value IS 0.65

 M value IS 0.21

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#48A2CC (or 0x48A2CC) is known color: Viking. HEX triplet: 48, A2 and CC. RGB value is (72,162,204). Sum of RGB (Red+Green+Blue) = 72+162+204=438 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.44% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #48A2CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A2CC is #B75D33. Grayscale: #8B8B8B. Windows color (decimal): -12016948 or 13410888. OLE color: 13410888.

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

Color convert

RGB 72 162 204 -
CMYK 0.65 0.21 0 0.2
HSL 199.09º 0.56% 0.54% -
HSV(B) 199.09º 0.65% 0.8% -
XYZ 26.49 31.58 61.83 -
YUV 139.88 164.18 79.58 -
System Red Green Blue C M Y K H S L
Decimal 72 162 204 0.65 0.21 0 0.2 199.09 0.56 0.54
Hex 48 A2 CC 41 15 0 14 C7 38 36
Octal 110 242 314 101 25 0 24 307 70 66
Binary 1001000 10100010 11001100 1000001 10101 0 10100 11000111 111000 110110

Color Harmonies of #48A2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A2CC

Black with #48A2CC

Text Example


Text Example

White with #48A2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,162,204); }

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

background-color css

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

 a { background-color: rgb(72,162,204); }

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

border-color css

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

 span { border-color: rgb(72,162,204); }

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