#48A4CF

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

Shades of Viking #48A4CF

Tints of Viking #48A4CF

Color information

#48A4CF (or 0x48A4CF) is unknown color: approx Viking. HEX triplet: 48, A4 and CF. RGB value is (72,164,207). Sum of RGB (Red+Green+Blue) = 72+164+207=443 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.25% from 443); Green value is 164 (64.45% from 255 or 37.02% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #48A4CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A4CF is #B75B30. Grayscale: #8D8D8D. Windows color (decimal): -12016433 or 13608008. OLE color: 13608008.

HSL color Cylindrical-coordinate representation of color #48A4CF: hue angle of 199.11º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48A4CF is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB72164207-
CMYK0.650.2100.19
HSL199.11º58.44%54.71%-
HSV(B)199.11º65.22%81.18%-
XYZ27.2132.4363.86-
YUV141.39165.0278.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.25%
GREEN value IS 164 (64.45% from 255) = 37.02%
BLUE value IS 207 (81.25% from 255) = 46.73%
R=16.25%
G=37.02%
B=46.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal721642070.650.2100.19199.1158.4454.71
Hex48A4CF4115013c73a37
Octal110244317101250233077267
Binary1001000101001001100111110000011010101001111000111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,164,207); }

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

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

 a { background-color: rgb(72,164,207); }

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

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

 span { border-color: rgb(72,164,207); }

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