Html Css Color HEX #48AFCC Viking

📋 copy color: '#48AFCC'

red 72 ◦ green 175 ◦ blue 204

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

Shades of Viking #48AFCC

Tints of Viking #48AFCC

RGB

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

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

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

R = 15.96%
G = 38.8%
B = 45.23%

CMYK

 C value IS 0.65

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#48AFCC (or 0x48AFCC) is known color: Viking. HEX triplet: 48, AF and CC. RGB value is (72,175,204). Sum of RGB (Red+Green+Blue) = 72+175+204=451 (59% of max value = 765). Red value is 72 (28.52% from 255 or 15.96% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #48AFCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48AFCC is #B75033. Grayscale: #939393. Windows color (decimal): -12013620 or 13414216. OLE color: 13414216.

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

Color convert

RGB 72 175 204 -
CMYK 0.65 0.14 0 0.2
HSL 193.18º 0.56% 0.54% -
HSV(B) 193.18º 0.65% 0.8% -
XYZ 28.9 36.4 62.63 -
YUV 147.51 159.88 74.14 -
System Red Green Blue C M Y K H S L
Decimal 72 175 204 0.65 0.14 0 0.2 193.18 0.56 0.54
Hex 48 AF CC 41 E 0 14 C1 38 36
Octal 110 257 314 101 16 0 24 301 70 66
Binary 1001000 10101111 11001100 1000001 1110 0 10100 11000001 111000 110110

Color Harmonies of #48AFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AFCC

Black with #48AFCC

Text Example


Text Example

White with #48AFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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