Html Css Color HEX #48AFCD Viking

📋 copy color: '#48AFCD'

red 72 ◦ green 175 ◦ blue 205

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

Shades of Viking #48AFCD

Tints of Viking #48AFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.35%

R = 15.93%
G = 38.72%
B = 45.35%

CMYK

 C value IS 0.65

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#48AFCD (or 0x48AFCD) is known color: Viking. HEX triplet: 48, AF and CD. RGB value is (72,175,205). Sum of RGB (Red+Green+Blue) = 72+175+205=452 (59% of max value = 765). Red value is 72 (28.52% from 255 or 15.93% from 452); Green value is 175 (68.75% from 255 or 38.72% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #48AFCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48AFCD is #B75032. Grayscale: #939393. Windows color (decimal): -12013619 or 13479752. OLE color: 13479752.

HSL color Cylindrical-coordinate representation of color #48AFCD: hue angle of 193.53º degrees, saturation: 0.57, 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 #48AFCD is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 175 205 -
CMYK 0.65 0.15 0 0.20
HSL 193.53º 0.57% 0.54% -
HSV(B) 193.53º 0.65% 0.8% -
XYZ 29.02 36.45 63.26 -
YUV 147.62 160.38 74.06 -
System Red Green Blue C M Y K H S L
Decimal 72 175 205 0.65 0.15 0 0.20 193.53 0.57 0.54
Hex 48 AF CD 41 F 0 14 C2 39 36
Octal 110 257 315 101 17 0 24 302 71 66
Binary 1001000 10101111 11001101 1000001 1111 0 10100 11000010 111001 110110

Color Harmonies of #48AFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AFCD

Black with #48AFCD

Text Example


Text Example

White with #48AFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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