#48AFC7

Color #48AFC7 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #48AFC7

Tints of Viking #48AFC7

Color information

#48AFC7 (or 0x48AFC7) is unknown color: approx Viking. HEX triplet: 48, AF and C7. RGB value is (72,175,199). Sum of RGB (Red+Green+Blue) = 72+175+199=446 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.14% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 199 (78.12% from 255 or 44.62% from 446); Max value from RGB is 199 - color contains mainly: blue. Hex color #48AFC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48AFC7 is #B75038. Grayscale: #929292. Windows color (decimal): -12013625 or 13086536. OLE color: 13086536.

HSL color Cylindrical-coordinate representation of color #48AFC7: hue angle of 191.34º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48AFC7 is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB72175199-
CMYK0.640.1200.22
HSL191.34º53.14%53.14%-
HSV(B)191.34º63.82%78.04%-
XYZ28.3136.1659.52-
YUV146.94157.3874.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.14%
GREEN value IS 175 (68.75% from 255) = 39.24%
BLUE value IS 199 (78.12% from 255) = 44.62%
R=16.14%
G=39.24%
B=44.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal721751990.640.1200.22191.3453.1453.14
Hex48AFC740C016bf3535
Octal110257307100140262776565
Binary100100010101111110001111000000110001011010111111110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #48AFC7;
 }
 .AnyTagClassName
 {
   color: #48AFC7;
 }
</style>
background-color css

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

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

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

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

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

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