Html Css Color HEX #48A9CA Viking

📋 copy color: '#48A9CA'

red 72 ◦ green 169 ◦ blue 202

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

Shades of Viking #48A9CA

Tints of Viking #48A9CA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.15%

 BLUE value IS 202 (79.3% from 255) = 45.6%

R = 16.25%
G = 38.15%
B = 45.6%

CMYK

 C value IS 0.64

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#48A9CA (or 0x48A9CA) is known color: Viking. HEX triplet: 48, A9 and CA. RGB value is (72,169,202). Sum of RGB (Red+Green+Blue) = 72+169+202=443 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.25% from 443); Green value is 169 (66.41% from 255 or 38.15% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #48A9CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A9CA is #B75635. Grayscale: #8F8F8F. Windows color (decimal): -12015158 or 13281608. OLE color: 13281608.

HSL color Cylindrical-coordinate representation of color #48A9CA: hue angle of 195.23º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48A9CA is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 72 169 202 -
CMYK 0.64 0.16 0 0.21
HSL 195.23º 0.55% 0.54% -
HSV(B) 195.23º 0.64% 0.79% -
XYZ 27.52 34.02 60.99 -
YUV 143.76 160.86 76.82 -
System Red Green Blue C M Y K H S L
Decimal 72 169 202 0.64 0.16 0 0.21 195.23 0.55 0.54
Hex 48 A9 CA 40 10 0 15 C3 37 36
Octal 110 251 312 100 20 0 25 303 67 66
Binary 1001000 10101001 11001010 1000000 10000 0 10101 11000011 110111 110110

Color Harmonies of #48A9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A9CA

Black with #48A9CA

Text Example


Text Example

White with #48A9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,169,202); }

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

background-color css

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

 a { background-color: rgb(72,169,202); }

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

border-color css

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

 span { border-color: rgb(72,169,202); }

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