Html Css Color HEX #48AFC1 Viking

📋 copy color: '#48AFC1'

red 72 ◦ green 175 ◦ blue 193

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

Shades of Viking #48AFC1

Tints of Viking #48AFC1

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.77%

 BLUE value IS 193 (75.78% from 255) = 43.86%

R = 16.36%
G = 39.77%
B = 43.86%

CMYK

 C value IS 0.63

 M value IS 0.09

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#48AFC1 (or 0x48AFC1) is known color: Viking. HEX triplet: 48, AF and C1. RGB value is (72,175,193). Sum of RGB (Red+Green+Blue) = 72+175+193=440 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.36% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 193 (75.78% from 255 or 43.86% from 440); Max value from RGB is 193 - color contains mainly: blue. Hex color #48AFC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48AFC1 is #B7503E. Grayscale: #929292. Windows color (decimal): -12013631 or 12693320. OLE color: 12693320.

HSL color Cylindrical-coordinate representation of color #48AFC1: hue angle of 188.93º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48AFC1 is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 72 175 193 -
CMYK 0.63 0.09 0 0.24
HSL 188.93º 0.49% 0.52% -
HSV(B) 188.93º 0.63% 0.76% -
XYZ 27.63 35.89 55.92 -
YUV 146.26 154.38 75.04 -
System Red Green Blue C M Y K H S L
Decimal 72 175 193 0.63 0.09 0 0.24 188.93 0.49 0.52
Hex 48 AF C1 3F 9 0 18 BD 31 34
Octal 110 257 301 77 11 0 30 275 61 64
Binary 1001000 10101111 11000001 111111 1001 0 11000 10111101 110001 110100

Color Harmonies of #48AFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AFC1

Black with #48AFC1

Text Example


Text Example

White with #48AFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,175,193); }

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

background-color css

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

 a { background-color: rgb(72,175,193); }

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

border-color css

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

 span { border-color: rgb(72,175,193); }

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